parent
2ed439468a
commit
e4c43c363a
|
@ -78,7 +78,7 @@ jobs:
|
||||||
path: ${{ steps.playMode.outputs.artifactsPath }}
|
path: ${{ steps.playMode.outputs.artifactsPath }}
|
||||||
|
|
||||||
testRunnerInEachModeSeparately:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# Checkout repository (required to test local actions)
|
# Checkout repository (required to test local actions)
|
||||||
|
|
|
@ -176,7 +176,7 @@ fi
|
||||||
#
|
#
|
||||||
|
|
||||||
# Set resulting name as output variable
|
# Set resulting name as output variable
|
||||||
echo ::set-output name=artifactsPath::$FULL_ARTIFACTS_PATH
|
echo ::set-output name=artifactsPath::$ARTIFACTS_PATH
|
||||||
|
|
||||||
#
|
#
|
||||||
# Exit
|
# Exit
|
||||||
|
|
Loading…
Reference in New Issue