Skip to content

Commit

Permalink
ci: use ags3 specific auto-test game
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto authored and ivan-mogilko committed Feb 20, 2024
1 parent 202fb23 commit ce625cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
working-directory: ${{github.workspace}}/build/${{matrix.platform.bindir}}
run: |
pip install tap.py
curl -sLo auto-test.ags https://github.com/adventuregamestudio/ags-test-games/releases/latest/download/auto-test.ags
curl -sLo auto-test.ags https://github.com/adventuregamestudio/ags-test-games/releases/latest/download/ags3-auto-test.ags
${{matrix.platform.runbin}} --no-message-box --log-stdout=script:info,main:info --user-data-dir . auto-test.ags
tappy agstest.tap

0 comments on commit ce625cf

Please sign in to comment.