Skip to content

Commit

Permalink
fix 12
Browse files Browse the repository at this point in the history
  • Loading branch information
shadichy committed Feb 11, 2024
1 parent 72683fe commit 0d7aa7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
desc: 'test package'
- run: |
pwd
find ../../.. -not -type d
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'
test-github-refs-version:
Expand Down

0 comments on commit 0d7aa7c

Please sign in to comment.