Skip to content

Commit

Permalink
Try smoke-test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Aug 3, 2022
1 parent bfaae61 commit 301c281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wcag_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
build_script: 'npm run storybook & sleep 10 && curl http://localhost:6006 -I'
build_script: 'npm run storybook-smoke-test'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"test": "jest --coverage",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"storybook-smoke-test": "start-storybook -p 6006 --smoke-test",
"wcag": "test-storybook"
},
"devDependencies": {
Expand Down

0 comments on commit 301c281

Please sign in to comment.