Skip to content

Commit

Permalink
Add webui:test to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaldwin44 committed Nov 30, 2023
1 parent e482696 commit 60a689b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- uses: borales/actions-yarn@v3
with:
cmd: webui:install
- uses: borales/actions-yarn@v3
with:
cmd: webui:test
- uses: borales/actions-yarn@v3
with:
cmd: webui:lint
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"webui:dev:watch": "cd locust/webui && yarn dev:watch",
"webui:dev": "cd locust/webui && yarn dev",
"webui:build": "cd locust/webui && yarn build",
"webui:test": "cd locust/webui && yarn test",
"webui:lint": "cd locust/webui && yarn lint",
"webui:format": "cd locust/webui && yarn format",
"webui:type-check": "cd locust/webui && yarn type-check"
Expand Down

0 comments on commit 60a689b

Please sign in to comment.