Skip to content

Commit 90cf68b

Browse files
committed
Remove mocha, karma and update CI commands
1 parent 4ceed15 commit 90cf68b

File tree

14 files changed

+38
-2677
lines changed

14 files changed

+38
-2677
lines changed

.github/workflows/build_test_validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: pwsh
2727
working-directory: ./
2828
- run: npm ci
29-
- run: npm install -g mocha@10.X
29+
- run: npm install -g @vitest/ui @vitest/coverage-v8 vitest webdriverio
3030
- run: npm run build
3131
- name: Archive dist folders # archive dist folders to verify if they are transpiled correctly and available for publishing
3232
uses: actions/upload-artifact@v4
@@ -47,7 +47,7 @@ jobs:
4747
CLIENT_ID: ${{secrets.client_id}}
4848
CLIENT_SECRET: ${{secrets.client_secret}}
4949
USER_ID: "813956a3-4a30-4596-914f-bfd86a657a09"
50-
- run: npx lerna run test --parallel
50+
- run: npm run test
5151

5252
publish-npm:
5353
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'auto dependabot')}}

0 commit comments

Comments
 (0)