Skip to content

Commit

Permalink
ci: refactor jest testing
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbisK committed Aug 24, 2023
1 parent 26b9f76 commit fc7af91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
with:
path: node_modules
key: node_modules
- name: Run Tests
uses: stefanoeb/jest-action@1.0.3
- name: Install node_modules
run: npm ci
- name: Run tests
run: npm run test

build:
name: 🗂️ Build files
Expand Down

0 comments on commit fc7af91

Please sign in to comment.