Skip to content

Commit

Permalink
Bump game-ci/unity-test-runner from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [game-ci/unity-test-runner](https://github.com/game-ci/unity-test-runner) from 2 to 4.
- [Release notes](https://github.com/game-ci/unity-test-runner/releases)
- [Commits](game-ci/unity-test-runner@v2...v4)

---
updated-dependencies:
- dependency-name: game-ci/unity-test-runner
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent f61cf16 commit 9f0b037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
Library-
- name: setup
run: cp -rf "NuGetImporterForUnity/Packages/NuGet Importer" "CITest/Packages/NuGet Importer" && rm -rf "CITest/Packages/NuGet Importer/Tests" && rm -f "CITest/Packages/NuGet Importer/Tests.meta"
- uses: game-ci/unity-test-runner@v2
- uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
id: tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: Library-${{ matrix.projectPath }}
restore-keys: |
Library-
- uses: game-ci/unity-test-runner@v2
- uses: game-ci/unity-test-runner@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
id: tests
Expand Down

0 comments on commit 9f0b037

Please sign in to comment.