Skip to content

Commit

Permalink
get-10 update test step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vordgi committed Feb 18, 2024
1 parent ee50464 commit 342e3e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

- name: Test package
run: |
npm install
npm install next@canary
npm run build
npm run test
yarn
yarn add next@canary
yarn build
yarn test
working-directory: ./tests/nextjs-app

- name: Publish on main
Expand Down

0 comments on commit 342e3e1

Please sign in to comment.