Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed May 30, 2024
1 parent d363186 commit e9c5b2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
ref: master
fetch-depth: 0
path: app
- run: ls -al app action || true
- run: |
ls -al app action || true
pwd
- uses: ./action/package
id: package
with:
Expand Down

0 comments on commit e9c5b2f

Please sign in to comment.