Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 619-axivion-ci
Browse files Browse the repository at this point in the history
# Conflicts:
#	Axivion/configuration.json
  • Loading branch information
koschke committed Sep 15, 2023
2 parents e198be2 + dcf2093 commit 0086c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
restore-keys: |
Library-SEE-Tests
Library-SEE
- uses: game-ci/unity-test-runner@v2
- uses: game-ci/unity-test-runner@v3
timeout-minutes: 45
name: Run Tests
id: tests
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
# Try deleting any previous build, but not other zip files that we may need later.
git clean -fd -e 'build-*.zip'
rm -rf build "build-${{ matrix.targetPlatform }}.zip" || true
- uses: game-ci/unity-builder@v2
- uses: game-ci/unity-builder@v3
timeout-minutes: 45
name: Build project
id: build
Expand Down

0 comments on commit 0086c41

Please sign in to comment.