Skip to content

Commit

Permalink
Add build "test" to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleuver committed Mar 15, 2024
1 parent 5e8ac8d commit 564361a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
run: npx playwright install --with-deps
- name: "e2e test"
run: npm run e2e
- name: "Build"
run: npm run build

0 comments on commit 564361a

Please sign in to comment.