Skip to content

Commit

Permalink
ci: fix unity versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Jan 8, 2025
1 parent 3e5a438 commit 3582584
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
fail-fast: false
matrix:
unity-version:
- 2021
- 6000
- 2021.3.45f1
- 2022.3.55f1
- 2023.2.20f1
- 6000.0.32f1
steps:
# Checkout the repo
- name: Checkout
Expand Down Expand Up @@ -115,14 +117,14 @@ jobs:
- name: Get test reports
uses: actions/download-artifact@v4
with:
name: Test results - 6000
name: Test results - 6000.0.32f1
path: Tests

# Get the test coverage results from the artifacts
- name: Get test coverage
uses: actions/download-artifact@v4
with:
name: Coverage results - 6000
name: Coverage results - 6000.0.32f1
path: Coverage

# The test results have a different path than what SonarQube can read.
Expand Down

0 comments on commit 3582584

Please sign in to comment.