Skip to content

Commit

Permalink
Merge pull request #221 from sbergen/dependabot/github_actions/game-c…
Browse files Browse the repository at this point in the history
…i/unity-test-runner-4
  • Loading branch information
dependabot[bot] authored May 9, 2024
2 parents b71d254 + 8f46fb1 commit d706eed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
- name: Run tests
id: tests
uses: game-ci/unity-test-runner@v3
uses: game-ci/unity-test-runner@v4
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
projectPath: ResponsibleUnity
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/releasables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
- name: Generate docs
uses: game-ci/unity-builder@v2
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
projectPath: ResponsibleUnity
Expand Down

0 comments on commit d706eed

Please sign in to comment.