Skip to content

Commit 0df5967

Browse files
djareckamgxd
andauthored
Update .github/workflows/testing.yml
Co-authored-by: Mathias Goncalves <goncalves.mathias@gmail.com>
1 parent 95944ed commit 0df5967

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: satackey/action-docker-layer-caching@v0.0.5
3030
- name: run test 1
31-
run: docker run -it --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 1
31+
run: docker run --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 1
3232

3333
test_2:
3434
needs: build
@@ -47,4 +47,3 @@ jobs:
4747
- uses: satackey/action-docker-layer-caching@v0.0.5
4848
- name: run test 3
4949
run: docker run -it --rm nipype_tutorial:latest python /home/neuro/nipype_tutorial/test_notebooks.py 3
50-

0 commit comments

Comments
 (0)