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 448e558 commit decd692Copy full SHA for decd692
.github/workflows/lint-tests.yaml
@@ -25,6 +25,7 @@ jobs:
25
node-version: 22
26
cache: 'npm'
27
- run: npm ci
28
+ - run: npm run test:prepare
29
- run: npm run test
30
- uses: actions/upload-artifact@v4
31
if: github.event_name == 'pull_request'
0 commit comments