Skip to content

Commit

Permalink
output-file doesn't always work
Browse files Browse the repository at this point in the history
fix from godot-tester issue 36
  • Loading branch information
menaechmi authored Sep 13, 2024
1 parent 0e535e7 commit b55ed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: touch /test_results.xml
- uses: croconut/godot-tester@v5
with:
# required
Expand All @@ -35,4 +36,3 @@ jobs:
# relative path to the xml file to read / write GUT's results from, recommended
# for direct-scene users to check this file if you have issues
result-output-file: "test_results.xml"

0 comments on commit b55ed70

Please sign in to comment.