Skip to content

Commit

Permalink
Hopefully fix GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mafik committed Jun 5, 2024
1 parent a8c8703 commit 60eaa22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Update APT repositories
run: sudo apt update
- name: Install dependencies
run: sudo apt install -y inotify-tools
run: sudo apt install -y inotify-tools libgmock-dev
- name: Run test
run: sudo --preserve-env=PATH ./run test_e2e
- name: Debug with tmate on failure
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
# - name: Debug with tmate on failure
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3

0 comments on commit 60eaa22

Please sign in to comment.