File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 28
28
# ** FOR GENERAL USE, SHOULD NOT NEED TO CHANGE **
29
29
instance : iris
30
30
artifact_dir : build-artifacts
31
+ sys_dir : durable
31
32
32
33
# Note: test_reports value is duplicated in test_flags environment variable
33
34
test_reports : test-reports
54
55
55
56
# Run InterSystems IRIS Instance
56
57
docker pull $container_image
57
- docker run -d -h $instance --name $instance -v $GITHUB_WORKSPACE:/source:rw -v $GITHUB_WORKSPACE/$test_reports:/$test_reports:rw -v $GITHUB_WORKSPACE/$artifact_dir:/$artifact_dir:rw --init $container_image
58
+ docker run -d -h $instance --name $instance -v $GITHUB_WORKSPACE:/source:rw -v $GITHUB_WORKSPACE/$test_reports:/$test_reports:rw -v $GITHUB_WORKSPACE/$artifact_dir:/$artifact_dir:rw -v $GITHUB_WORKSPACE/$sys_dir:/$sys_dir:rw --env ISC_DATA_DIRECTORY=/$sys_dir - -init $container_image
58
59
echo halt > wait
59
60
# Wait for instance to be ready
60
61
until docker exec --interactive $instance iris session $instance < wait; do sleep 1; done
You can’t perform that action at this time.
0 commit comments