Skip to content

Commit

Permalink
fix 13
Browse files Browse the repository at this point in the history
  • Loading branch information
shadichy committed Feb 11, 2024
1 parent 0d7aa7c commit 17c9cb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
desc: 'test package'
- run: |
pwd
ls /
ls /work
ls /tmp/
ls /tmp/work
ls ../..
find ../ -not -type d
docker run --rm -v $PWD:/work -t team-fuho/tfh-rpm-action:latest bash -c 'rpm -Uvh /work/*.rpm && testbin'
Expand Down

0 comments on commit 17c9cb5

Please sign in to comment.