Skip to content

Commit

Permalink
add test in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Jul 18, 2024
1 parent f61dc3b commit d10b7a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: yarn
- name: Test
run: yarn test
- name: Build
run: yarn build
- name: Upload artifact
Expand Down

0 comments on commit d10b7a8

Please sign in to comment.