Skip to content

Commit

Permalink
add some env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Feb 10, 2025
1 parent 5af1819 commit dbe49c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ jobs:
echo "Error: The Dockstore Commit Hash does not match the GitHub Commit Hash after 15 minutes of retries!"
exit 1
env:
GITHUB_COMMIT_HASH: ${{ env.GITHUB_COMMIT_HASH }}
DOCKSTORE_TOKEN: ${{ secrets.DOCKSTORE_TOKEN }}

# Step 11: Run Tests
# Purpose: Main testing step - runs the pipeline and collects results
- name: Update test inputs, Upload to Terra, Submit, Monitor and Retrieve Outputs
Expand Down Expand Up @@ -419,6 +423,8 @@ jobs:
echo ""
exit 1
fi
# Step 12: Cleanup
# Purpose: Ensures cleanup of Terra method configurations regardless of test outcome
Expand Down

0 comments on commit dbe49c8

Please sign in to comment.