We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f8641 commit 4ad2996Copy full SHA for 4ad2996
.github/workflows/testflux.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Start Docker container
18
run: |
19
- docker run -d --name flux -v `pwd`:/pydra fluxrm/flux-sched:focal-v0.28.0 flux start
+ docker run -itd --name flux -v `pwd`:/pydra fluxrm/flux-sched:focal-v0.28.0 flux start
20
sleep 5 # Give the container some time to start
21
22
- name: Run necessary changes in container
0 commit comments