Skip to content

Commit

Permalink
Merge pull request #47 from nowsprinting/dependabot/github_actions/ga…
Browse files Browse the repository at this point in the history
…me-ci/unity-test-runner-4

Bump game-ci/unity-test-runner from 3 to 4
  • Loading branch information
nowsprinting committed Nov 18, 2023
2 parents 9a5514a + 550bbe5 commit d913752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: echo "secret_key=UNITY_LICENSE_$(echo ${{ matrix.unityVersion }} | cut -c 1-4)" >> "$GITHUB_ENV"

- name: Run tests
uses: game-ci/unity-test-runner@v3
uses: game-ci/unity-test-runner@v4
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
unityVersion: ${{ matrix.unityVersion }} # Default is `auto`
Expand Down

0 comments on commit d913752

Please sign in to comment.