Skip to content

Commit

Permalink
CI/Arch: try to fix tests job 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Feb 8, 2025
1 parent a4c6700 commit 622c6e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ jobs:
path: build/

- name: Verify downloaded files
run: ls -l build/
run: |
ls -lAh build/
ls -lAh build/hyprtester
- name: Run tests
run: |
Expand Down

0 comments on commit 622c6e7

Please sign in to comment.