Skip to content

Commit 3ae463b

Browse files
DEV: Update CI workflows (#11)
Co-authored-by: discoursebuild <[email protected]>
1 parent d601462 commit 3ae463b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/component-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
shell: bash
2929
run: |
3030
if [ 0 -lt $(find tmp/component/test -type f \( -name "*.js" -or -name "*.es6" \) 2> /dev/null | wc -l) ]; then
31-
echo "::set-output name=tests_exist::true"
31+
echo "tests_exist=true" >> $GITHUB_OUTPUT
3232
fi
3333
3434
test:
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Get yarn cache directory
9696
id: yarn-cache-dir
97-
run: echo "::set-output name=dir::$(yarn cache dir)"
97+
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
9898

9999
- name: Yarn cache
100100
uses: actions/cache@v3

0 commit comments

Comments
 (0)