Skip to content

Commit

Permalink
not read only
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 1, 2023
1 parent da02a01 commit ecef3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: help
run: |
docker run -t --rm --read-only \
docker run -t --rm \
bids/nipypelines --help
- name: run
run: |
docker run -t --rm --read-only \
docker run -t --rm \
-v /tmp:/tmp \
-v /var/tmp:/var/tmp \
-v ${HOME}/data/ds114_test1:/bids_dataset \
Expand Down

0 comments on commit ecef3f0

Please sign in to comment.