Skip to content

Commit

Permalink
Merge branch 'gnembon:master' into gha-target
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi authored Jun 26, 2024
2 parents 064638c + 722b48b commit 10bbeb3
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 10bbeb3

Please sign in to comment.