Skip to content

Commit

Permalink
stuff and things
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Apr 26, 2024
1 parent 8253fa8 commit 024a14f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,11 @@ jobs:
with:
node-version: 20
cache: "npm"
cache-dependency-path: "ui/package-lock.json"

- name: Install deps
run: npm i
- name: Execute Unit tests
run: npm run test
run: |
npm ci
npm run test
rock-build:
needs:
Expand Down

0 comments on commit 024a14f

Please sign in to comment.