Skip to content

Commit

Permalink
ci: print dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 17, 2024
1 parent b788755 commit 0f3e92e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ jobs:
run: |
go test -v ./...
- name: Print test dir
run: |
ls
- name: Print test/debug dir
run: |
ls
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down Expand Up @@ -122,6 +130,14 @@ jobs:
CGO_ENABLED: 0
run: |
go test -v ./...
- name: Print test dir
run: |
ls
- name: Print test/debug dir
run: |
ls
- uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -184,6 +200,14 @@ jobs:
run: |
go test -v ./...
- name: Print test dir
run: |
ls
- name: Print test/debug dir
run: |
ls
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 0f3e92e

Please sign in to comment.