Skip to content

Commit

Permalink
add missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed Sep 19, 2023
1 parent 73b4178 commit f21c616
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-inference-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ jobs:
CI_TESTING_PRED_DIR: "/home/ga/io"

- name: Run tests to compare outputs with previous validated runs
run: bash ./tests/run_tests.sh
run: bash ./tests/run_tests.sh
env:
CI_TESTING_PATIENT_ID: "sub-00055"
CI_TESTING_PRED_DIR: "/home/ga/io"

0 comments on commit f21c616

Please sign in to comment.