Skip to content

Commit

Permalink
added run ls for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bjanice75 committed Mar 11, 2024
1 parent 426faad commit 247b821
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
with:
fetch-depth: 0
path: om

- run: pwd

- run: |
pwd
ls -la
- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 247b821

Please sign in to comment.