Skip to content

Commit

Permalink
Update tags.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Jun 19, 2021
1 parent 1c7a150 commit 436d7dd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Download test data
shell: bash -el {0}
run: |
curl -L https://github.com/rob-luke/BIDS-NIRS-Tapping/archive/00-Raw-data.zip --output data.zip
curl -L https://github.com/rob-luke/BIDS-NIRS-Tapping/archive/master.zip --output data.zip
pwd
unzip data.zip -d ~/example_data
ls
Expand All @@ -57,12 +57,17 @@ jobs:
run: docker build --progress=plain -t test .

- name: Run docker image
run: docker run -v /home/runner/example_data/BIDS-NIRS-Tapping-00-Raw-data/:/bids_dataset test --sci_threshold 0.6 --pp_threshold 0.6
run: docker run -v /home/runner/example_data/BIDS-NIRS-Tapping-master/:/bids_dataset test --sci_threshold 0.6 --pp_threshold 0.6

- name: Copy example report
shell: bash -el {0}
run: |
cp /home/runner/example_data/BIDS-NIRS-Tapping-00-Raw-data/derivatives/fnirs-apps-quality-reports/report_basic_04.html example_report.html
ls /home/runner
ls /home/runner/example_data
ls /home/runner/example_data/BIDS-NIRS-Tapping-master
ls /home/runner/example_data/BIDS-NIRS-Tapping-master/derivatives
ls /home/runner/example_data/BIDS-NIRS-Tapping-master/derivatives/fnirs-apps-quality-reports
cp /home/runner/example_data/BIDS-NIRS-Tapping-master/derivatives/fnirs-apps-quality-reports/report_basic_04.html example_report.html
pwd
ls
Expand Down

0 comments on commit 436d7dd

Please sign in to comment.