Skip to content

Commit

Permalink
Added debug mode to check what the error is
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliypopel committed Nov 9, 2024
1 parent 9b728ec commit ed1a037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ssj-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:

- name: Check resources evolution
run: |
result=$(GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} make check-resources 2>&1)
echo "$result" >> "$GITHUB_STEP_SUMMARY"
set -x
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} make check-resources 2>&1

0 comments on commit ed1a037

Please sign in to comment.