Skip to content

Commit

Permalink
update yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Aug 7, 2024
1 parent 17679dd commit a372571
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Setup Bun
uses: oven-sh/setup-bun@v2

- name: Kit Install dependencies
run: npm install && npm install --prefix ./framegear
- name: Template Install dependencies
run: bun install

- name: Kit Test
# When fails, please check your tests
run: npm run test:coverage
run: bun run test:coverage

0 comments on commit a372571

Please sign in to comment.