Skip to content

Commit 4ad2996

Browse files
authored
Update testflux.yml
1 parent 32f8641 commit 4ad2996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testflux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Start Docker container
1818
run: |
19-
docker run -d --name flux -v `pwd`:/pydra fluxrm/flux-sched:focal-v0.28.0 flux start
19+
docker run -itd --name flux -v `pwd`:/pydra fluxrm/flux-sched:focal-v0.28.0 flux start
2020
sleep 5 # Give the container some time to start
2121
2222
- name: Run necessary changes in container

0 commit comments

Comments
 (0)