Skip to content

Commit

Permalink
workflows: fix e2e config test
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Dec 14, 2024
1 parent 184d0f3 commit 81ae5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
rm -rf "$HOME/.local/share/umu" "$HOME/.local/share/Steam/compatibilitytools.d"
- name: Test configuration file
run: |
uv venv --python 3.11
source .venv/bin/activate
sh tests/test_config.sh
rm -rf "$HOME/.local/share/umu" "$HOME/Games/umu" "$HOME/.local/share/Steam/compatibilitytools.d" "$HOME/.cache/umu"
Expand Down

0 comments on commit 81ae5e8

Please sign in to comment.