Skip to content

Commit

Permalink
fix 14
Browse files Browse the repository at this point in the history
  • Loading branch information
shadichy committed Feb 11, 2024
1 parent 17c9cb5 commit 173c4b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
arch: 'x86_64'
desc: 'test package'
- run: |
pwd
ls /
ls /work
ls /tmp/
ls /tmp/work
ls ../..
find ../ -not -type d
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'
test-github-refs-version:
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ done

set -e

pwd

echo "file_name=$RPM_FILE" >> "${GITHUB_OUTPUT}"

0 comments on commit 173c4b4

Please sign in to comment.