Skip to content

Commit

Permalink
debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed May 12, 2024
1 parent 6218efc commit 03e9d67
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /tmp/cc-test-reporter
chmod +x /tmp/cc-test-reporter
/tmp/cc-test-reporter before-build
/tmp/cc-test-reporter before-build --debug
echo $(git rev-parse HEAD)
echo $(git branch --show-current)
- uses: actions/checkout@v4

Expand Down Expand Up @@ -47,5 +49,8 @@ jobs:
/tmp/cc-test-reporter after-build \
--id ${{ secrets.CC_TEST_REPORTER_ID }} \
--prefix waku-poker-planning \
--exit-code $?
--exit-code $? \
--debug
echo $(git rev-parse HEAD)
echo $(git branch --show-current)

0 comments on commit 03e9d67

Please sign in to comment.