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 86f7cc2 commit a30d715Copy full SHA for a30d715
.github/workflows/fsl_docker.yml
@@ -13,3 +13,8 @@ jobs:
13
- name: Pull docker image
14
run: |
15
docker pull $DOCKER_IMAGE
16
+ # Have image running in background
17
+ docker run `bash <(curl -s https://codecov.io/env)` -itd fsl_cont -v `pwd`:/pydra_fsl -e $DOCKER_IMAGE
18
+ - name: Run pytest
19
+ run: docker exec slurm bash -c "pytest --color=yes -vs /pydra_fsl/pydra/tasks/fsl"
20
+
0 commit comments