Skip to content

Commit

Permalink
Run gametest too
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi authored Jun 26, 2024
1 parent 6833c63 commit 722b48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Grant execute permission to gradlew
run: chmod +x gradlew
- name: Build and run Gametest with Gradle
run: ./gradlew build
run: ./gradlew build runGametest
- uses: actions/upload-artifact@v4
with:
name: "Compiled artifacts for Pull Request #${{github.event.number}}"
Expand Down

0 comments on commit 722b48b

Please sign in to comment.