We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a6d2c commit b8aab7bCopy full SHA for b8aab7b
.github/workflows/node.js-ci.yml
@@ -44,6 +44,7 @@ jobs:
44
${{ runner.os }}-pnpm-store-
45
- run: pnpm install --no-frozen-lockfile
46
- run: npx pnpm run build:ci
47
+ - run: npx pnpm test
48
pr:
49
runs-on: ubuntu-latest
50
if: ${{ github.event_name == 'pull_request' }}
@@ -81,3 +82,4 @@ jobs:
81
82
83
84
85
0 commit comments