Skip to content

Commit

Permalink
workflows: add more e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 9, 2024
1 parent b1e9cb4 commit a412098
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
- name: Run tests
run: |
bash tests/test_update.sh
rm -rf "$HOME/.local/share/umu" "$HOME/Games/umu" "$HOME/.local/share/Steam/compatibilitytools.d"
bash tests/test_config.sh
rm -rf "$HOME/.local/share/umu" "$HOME/Games/umu" "$HOME/.local/share/Steam/compatibilitytools.d"
bash tests/test_install.sh
rm -rf "$HOME/.local/share/umu" "$HOME/Games/umu" "$HOME/.local/share/Steam/compatibilitytools.d"
bash tests/test_winetricks.sh

0 comments on commit a412098

Please sign in to comment.