mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
Fix test workflow
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
path: ${{ steps.playMode.outputs.artifactsPath }}
|
||||
|
||||
testRunnerInEachModeSeparately:
|
||||
name: Test each mode sequentially # don't try this at home (it's much slower)
|
||||
name: Test each mode sequentially 👩👩👧👦 # don't try this at home (it's much slower)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Checkout repository (required to test local actions)
|
||||
|
||||
@@ -176,7 +176,7 @@ fi
|
||||
#
|
||||
|
||||
# Set resulting name as output variable
|
||||
echo ::set-output name=artifactsPath::$FULL_ARTIFACTS_PATH
|
||||
echo ::set-output name=artifactsPath::$ARTIFACTS_PATH
|
||||
|
||||
#
|
||||
# Exit
|
||||
|
||||
Reference in New Issue
Block a user