Skip to content

Commit e4c43c3

Browse files
committed
Fix test workflow
1 parent 2ed4394 commit e4c43c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
path: ${{ steps.playMode.outputs.artifactsPath }}
7979

8080
testRunnerInEachModeSeparately:
81-
name: Test each mode sequentially # don't try this at home (it's much slower)
81+
name: Test each mode sequentially 👩‍👩‍👧‍👦 # don't try this at home (it's much slower)
8282
runs-on: ubuntu-latest
8383
steps:
8484
# Checkout repository (required to test local actions)

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ fi
176176
#
177177

178178
# Set resulting name as output variable
179-
echo ::set-output name=artifactsPath::$FULL_ARTIFACTS_PATH
179+
echo ::set-output name=artifactsPath::$ARTIFACTS_PATH
180180

181181
#
182182
# Exit

0 commit comments

Comments
 (0)