Skip to content

Commit

Permalink
Merge pull request #8 from nowsprinting/dependabot/github_actions/gam…
Browse files Browse the repository at this point in the history
…e-ci/unity-test-runner-3

Bump game-ci/unity-test-runner from 2 to 3
  • Loading branch information
nowsprinting committed Aug 25, 2023
2 parents 1e1c585 + 1e14f59 commit 64d073d
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 @@ -94,7 +94,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@v2
uses: game-ci/unity-test-runner@v3
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
unityVersion: ${{ matrix.unityVersion }} # Default is `auto`
Expand Down

0 comments on commit 64d073d

Please sign in to comment.