Skip to content

Commit b8aab7b

Browse files
committed
build: updated workflow file, added tests
1 parent 85a6d2c commit b8aab7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
${{ runner.os }}-pnpm-store-
4545
- run: pnpm install --no-frozen-lockfile
4646
- run: npx pnpm run build:ci
47+
- run: npx pnpm test
4748
pr:
4849
runs-on: ubuntu-latest
4950
if: ${{ github.event_name == 'pull_request' }}
@@ -81,3 +82,4 @@ jobs:
8182
${{ runner.os }}-pnpm-store-
8283
- run: pnpm install --no-frozen-lockfile
8384
- run: npx pnpm run build:ci
85+
- run: npx pnpm test

0 commit comments

Comments
 (0)