Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/test-runner_dispatch.yml
  • Loading branch information
Cammin committed May 19, 2024
2 parents d848f5d + 44a00b0 commit cf1c215
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
32 changes: 21 additions & 11 deletions .github/workflows/test-runner_dispatch.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
name: Test Runner Custom Version
name: Test Runner More Versions

on:
workflow_dispatch:
inputs:
unityVersion:
description: 'Unity version'
required: true
default: '2023.2.18f1'

jobs:
test:
testMoreVersions:
name: Test-${{ matrix.testMode }}-${{ matrix.unityVersion }}
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
testMode: editmode
unityVersion: ${{fromJson(github.event.inputs.unityVersion)}}
testMode:
#- playmode
- editmode
unityVersion:
- 2019.3.15f1
- 2019.4.40f1
- 2020.1.17f1
- 2020.2.7f1
- 2020.3.48f1
- 2021.1.28f1
- 2021.2.7f1
- 2021.3.37f1
- 2022.1.14f1
- 2022.2.7f1
- 2022.3.24f1
- 2023.1.7f1
- 2023.2.18f1

steps:
#Test Checkout
Expand All @@ -32,7 +42,7 @@ jobs:
key: Library-${{ matrix.unityVersion }}
restore-keys:
Library-${{ matrix.unityVersion }}

#Test Runner
- uses: game-ci/[email protected]
id: tests
Expand All @@ -48,7 +58,7 @@ jobs:
checkName: Test results ${{ matrix.testMode }}-${{ matrix.unityVersion }}
unityVersion: ${{ matrix.unityVersion }}
customParameters: '-nographics'

#Test Artifact
- uses: actions/[email protected]
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preset": "angular",
"releaseRules":
[
{ "type": "docs", "scope": "README", "release": "patch" },
{ "type": "docs", "scope": "README", "release": "patch" }
]
}
],
Expand Down

0 comments on commit cf1c215

Please sign in to comment.