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 cc9bc0d commit 45a96b4Copy full SHA for 45a96b4
.github/workflows/continuous-testing.yml
@@ -20,10 +20,8 @@ jobs:
20
run: volta install node
21
- run: npm ci
22
- run: npm run build
23
- - run: npm run test:unit
+ - run: npm test
24
- name: publish code coverage
25
uses: paambaati/[email protected]
26
env:
27
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
28
- - run: npx playwright install --with-deps
29
- - run: npm run test:integration:ci
.gitignore
@@ -1,2 +1,3 @@
1
node_modules/
2
dist/
3
+coverage/
0 commit comments