Skip to content

Commit

Permalink
CI: Add debug for PUBLIC_COVERAGE variable
Browse files Browse the repository at this point in the history
  • Loading branch information
selimnairb committed Dec 6, 2024
1 parent c63be24 commit 2660cb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testreporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- name: Display GitHub context variables
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
run: |
echo "PUBLISH_COVERAGE: ${PUBLISH_COVERAGE}"
echo "$GITHUB_CONTEXT"
# Get current banch name to use it as dest directory
- name: Extract branch name
Expand Down

0 comments on commit 2660cb2

Please sign in to comment.