Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Oct 5, 2023
1 parent 70957c5 commit 3f5c4cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
unityVersion:
- 2020.3.25f1
- 2020.3.48f1

steps:

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# Test
- name: Run Tests
uses: game-ci/unity-test-runner@v2
uses: game-ci/unity-test-runner@v3.0.0
id: tests
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
Expand All @@ -68,5 +68,5 @@ jobs:
uses: actions/upload-artifact@v2
if: always()
with:
name: Test Restuls
name: Test Results
path: ${{ steps.tests.outputs.artifactsPath }}

0 comments on commit 3f5c4cb

Please sign in to comment.