Skip to content

Commit 20c55ac

Browse files
committed
fixing command
1 parent 8efc5eb commit 20c55ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fsl_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
docker pull $DOCKER_IMAGE
1616
# Have image running in background
17-
docker run `bash <(curl -s https://codecov.io/env)` -itd --name fsl_cont -v `pwd`:/pydra_fsl -e $DOCKER_IMAGE
17+
docker run `bash <(curl -s https://codecov.io/env)` -itd --name fsl_cont -v `pwd`:/pydra_fsl $DOCKER_IMAGE
1818
- name: Run pytest
1919
run: docker exec fsl_cont bash -c "pytest --color=yes -vs /pydra_fsl/pydra/tasks/fsl"
2020

0 commit comments

Comments
 (0)