Skip to content

Commit

Permalink
.github/workflows/testing.yml: show PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Dec 1, 2024
1 parent 4158465 commit b7cfb02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run: git fetch -f --tags && git describe --long # Fix actions/checkout#290
- run: pwd
- run: ls -al
- run: echo "$PATH"
- run: ./testing.sh -x
- run: |
make check V=1
Expand Down

0 comments on commit b7cfb02

Please sign in to comment.