Skip to content

Commit

Permalink
update github action to new output format
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Stanley <[email protected]>
  • Loading branch information
lrstanley committed May 16, 2023
1 parent 83d286b commit 1f29d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ node-lint: node-build # needed to generate eslint auto-import ignores.
--ext .js,.ts,.vue .

node-test: node-prepare
@echo "::set-output name=output::${PWD}/public/tests/results/"
@echo "output=${PWD}/public/tests/results/" >> "${GITHUB_OUTPUT}"
cd public; if [ -n "${CI}" ];then pnpm exec playwright install-deps;fi
cd public; pnpm exec playwright test

Expand Down

0 comments on commit 1f29d93

Please sign in to comment.