Skip to content

Commit

Permalink
Merge pull request #272 from wtsi-npg/kjsanger-patch-2
Browse files Browse the repository at this point in the history
Try mounting host /dev/shm into iRODS containers
  • Loading branch information
kjsanger authored Mar 5, 2024
2 parents 26f8587 + fd8342f commit 40323e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
ports:
- "1247:1247"
- "20000-20199:20000-20199"
volumes:
- /dev/shm:/dev/shm
options: >-
--health-cmd "nc -z -v localhost 1247"
--health-start-period 60s
Expand Down

0 comments on commit 40323e0

Please sign in to comment.