Skip to content

Commit

Permalink
ci: find deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Jun 26, 2024
1 parent 76e0866 commit 295490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: packages

- name: Installing das-cli package
run: sudo apt -y install $(ls packages/*.deb | head -n 1)
run: sudo apt -y install $(find . -name *.deb -type f | head -n 1)

- name: Runnign integration tests
run: make integration-tests

0 comments on commit 295490c

Please sign in to comment.