Skip to content

Commit 45a96b4

Browse files
committed
Fix test command
1 parent cc9bc0d commit 45a96b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/continuous-testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
run: volta install node
2121
- run: npm ci
2222
- run: npm run build
23-
- run: npm run test:unit
23+
- run: npm test
2424
- name: publish code coverage
2525
uses: paambaati/[email protected]
2626
env:
2727
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
28-
- run: npx playwright install --with-deps
29-
- run: npm run test:integration:ci

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
22
dist/
3+
coverage/

0 commit comments

Comments
 (0)