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 dbe779e commit fb0d4c1Copy full SHA for fb0d4c1
.github/workflows/integration-testing.yml
@@ -25,6 +25,6 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
cache: 'pnpm'
27
- run: pnpm install --frozen-lockfile
28
- - run: pnpm run build --if-present
+ - run: pnpm run build
29
- run: pnpm run test
30
- run: pnpm run test:integration
0 commit comments