Skip to content

Commit

Permalink
build app before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0blu committed Apr 22, 2024
1 parent 46c4d29 commit 439c983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- run: npm test
- name: Check importing in ESM & CJS works as expected
run: |
npm run build
cd test/test-app
yarn
npm install
node index.mjs
node index.cjs

0 comments on commit 439c983

Please sign in to comment.