Skip to content

Commit

Permalink
fix: install framegear deps during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasc committed Feb 18, 2024
1 parent acea573 commit 6528810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
cache: 'npm'
- name: Kit Install dependencies
run: npm install
run: npm install --prefix ./framegear
- name: Kit Test Check
# When fails, please check your tests
run: npm run test

0 comments on commit 6528810

Please sign in to comment.