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 0f3e92e commit 3609b18
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
- name: Print test dir
run: |
ls
ls -path test
- name: Print test/debug dir
run: |
ls
ls -path test/debug
- uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -133,11 +133,11 @@ jobs:
- name: Print test dir
run: |
ls
ls -la -p test
- name: Print test/debug dir
run: |
ls
ls -la -p test/debug
- uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -202,11 +202,11 @@ jobs:
- name: Print test dir
run: |
ls
ls -la -p test
- name: Print test/debug dir
run: |
ls
ls -la -p test/debug
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 3609b18

Please sign in to comment.