Skip to content

Commit

Permalink
ci: print cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
gm0stache committed Sep 29, 2023
1 parent 21a24ba commit 5d97318
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
run: make gencert

- name: print structure
run: tree
run: |
pwd
tree
- name: Run Tests
run: make test

0 comments on commit 5d97318

Please sign in to comment.