Skip to content

Commit

Permalink
echo pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed May 12, 2024
1 parent 10414d1 commit 8678945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- name: Setup Code Climate test-reporter
run: |
echo $(pwd)
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
Expand Down Expand Up @@ -47,5 +48,6 @@ jobs:
- name: Report tests
run: |
echo $(pwd)
./cc-test-reporter after-build --prefix=waku-poker-planning

0 comments on commit 8678945

Please sign in to comment.