Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Sep 12, 2024
1 parent d50e46a commit 03ba8af
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,9 @@ jobs:
- name: Get data
run: make tests/data/MoAEpilot
- name: Segment
run: docker run --rm -v ${PWD}/tests/data/MoAEpilot:/data ${{env.USER_NAME}}/${{env.REPO_NAME}} /data /data/derivatives participant segment
--verbose 3 \ --type ${{ matrix.type }}
run: |
docker run --rm \
-v ${PWD}/tests/data/MoAEpilot:/data \
${{env.USER_NAME}}/${{env.REPO_NAME}} \
/data /data/derivatives participant \
segment --verbose 3 --type ${{ matrix.type }}

0 comments on commit 03ba8af

Please sign in to comment.