Skip to content

Commit

Permalink
Merge pull request #97 from melfore/develop
Browse files Browse the repository at this point in the history
Test runner cmd update
  • Loading branch information
luciob authored Sep 22, 2023
2 parents fb3afc7 + 0c79aac commit c1303a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
npx playwright install --with-deps
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server docs --port 6006 --silent" \
"npx wait-on tcp:127.0.0.1:6006 && npm test"
"npx wait-on tcp:127.0.0.1:6006 && npm test:sb"
- name: Build
run: npm run build
Expand Down

0 comments on commit c1303a7

Please sign in to comment.