mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 06:20:07 +08:00
try to fix syntax error again
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -277,7 +277,6 @@ jobs:
|
||||
testMode:
|
||||
- playmode
|
||||
- editmode
|
||||
packageMode: true
|
||||
|
||||
steps:
|
||||
###########################
|
||||
@@ -301,6 +300,8 @@ jobs:
|
||||
testMode: ${{ matrix.testMode }}
|
||||
artifactsPath: ${{ matrix.testMode }}-artifacts
|
||||
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue
|
||||
packageMode: true
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Test results for ${{ matrix.testMode }}
|
||||
|
||||
Reference in New Issue
Block a user