Skip to content

Commit 036d81d

Browse files
committed
shot in the dark: try without rw
1 parent 2836fc0 commit 036d81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
# Run InterSystems IRIS Instance
5757
docker pull $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+
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 --env ISC_DATA_DIRECTORY=/$sys_dir --init $container_image
5959
echo halt > wait
6060
# Wait for instance to be ready
6161
until docker exec --interactive $instance iris session $instance < wait; do sleep 1; done

0 commit comments

Comments
 (0)