Skip to content

Commit a30d715

Browse files
committed
adding pytest command
1 parent 86f7cc2 commit a30d715

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/fsl_docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ jobs:
1313
- name: Pull docker image
1414
run: |
1515
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

Comments
 (0)