From f21c616826ea5ff28244f0482d6275143ea0dd97 Mon Sep 17 00:00:00 2001 From: Ravnoor Gill Date: Tue, 19 Sep 2023 17:08:04 -0400 Subject: [PATCH] add missing variables --- .github/workflows/test-inference-pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-inference-pipeline.yml b/.github/workflows/test-inference-pipeline.yml index f074541..062ed09 100644 --- a/.github/workflows/test-inference-pipeline.yml +++ b/.github/workflows/test-inference-pipeline.yml @@ -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 \ No newline at end of file + run: bash ./tests/run_tests.sh + env: + CI_TESTING_PATIENT_ID: "sub-00055" + CI_TESTING_PRED_DIR: "/home/ga/io" \ No newline at end of file