Skip to content

Commit

Permalink
ci: 🎡 Test runner cmd update
Browse files Browse the repository at this point in the history
  • Loading branch information
luciob committed Sep 22, 2023
1 parent fb3afc7 commit 0c79aac
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 0c79aac

Please sign in to comment.