Skip to content

Commit

Permalink
workflows: add e2e file lock test
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Dec 25, 2024
1 parent 19061fd commit e62c88c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
source .venv/bin/activate
sh tests/test_proton_resume.sh
rm -rf "$HOME/.local/share/umu" "$HOME/Games/umu" "$HOME/.local/share/Steam/compatibilitytools.d" "$HOME/.cache/umu"
- name: Test File Lock
run: |
source .venv/bin/activate
sh tests/test_flock.sh
rm -rf "$HOME/.local/share/umu" "$HOME/Games/umu" "$HOME/.local/share/Steam/compatibilitytools.d" "$HOME/.cache/umu"
- name: Test winetricks
run: |
source .venv/bin/activate
Expand Down

0 comments on commit e62c88c

Please sign in to comment.