Skip to content

Commit

Permalink
Merge pull request #5 from BranHill21/debugging_cov
Browse files Browse the repository at this point in the history
debugging id location
  • Loading branch information
BranHill21 authored Dec 6, 2024
2 parents b8e1e90 + 51744d8 commit b095049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
- name: Run spec tests
run: bin/rake spec
- name: Debug CC Test Reporter ID
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
run: |
if [ -z "$CC_TEST_REPORTER_ID" ]; then
echo "Error: CC_TEST_REPORTER_ID is not set or is empty"
Expand Down

0 comments on commit b095049

Please sign in to comment.