Skip to content

Commit

Permalink
debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed May 12, 2024
1 parent be8e1a4 commit 49eefa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: |
echo "GIT_COMMIT_SHA=${GITHUB_SHA}" >> $GITHUB_ENV
echo "GIT_BRANCH=${GITHUB_HEAD_REF}" >> $GITHUB_ENV
echo "GITHUB_SHA=${GITHUB_SHA}, GITHUB_HEAD_REF=${GITHUB_HEAD_REF}"
echo "GIT_COMMIT_SHA=${GIT_COMMIT_SHA}, GIT_BRANCH=${GIT_BRANCH}"
- name: Setup Code Climate test-reporter
run: |
Expand All @@ -25,6 +27,8 @@ jobs:
/tmp/cc-test-reporter before-build --debug
echo $(git rev-parse HEAD)
echo $(git branch --show-current)
echo "GITHUB_SHA=${GITHUB_SHA}, GITHUB_HEAD_REF=${GITHUB_HEAD_REF}"
echo "GIT_COMMIT_SHA=${GIT_COMMIT_SHA}, GIT_BRANCH=${GIT_BRANCH}"
- uses: actions/checkout@v4

Expand Down Expand Up @@ -58,4 +62,6 @@ jobs:
--debug
echo $(git rev-parse HEAD)
echo $(git branch --show-current)
echo "GITHUB_SHA=${GITHUB_SHA}, GITHUB_HEAD_REF=${GITHUB_HEAD_REF}"
echo "GIT_COMMIT_SHA=${GIT_COMMIT_SHA}, GIT_BRANCH=${GIT_BRANCH}"

0 comments on commit 49eefa9

Please sign in to comment.