Skip to content

Commit

Permalink
Add github action for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Nov 26, 2024
1 parent 3926c69 commit 3573135
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
run: npm install
- name: Build bundles
run: webpack --mode=production
# - name: Run gulp
# run: gulp ci
- name: Run jest
run: jest
238 changes: 229 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3573135

Please sign in to comment.