Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 74212e2

Browse files
committed
chore(tests): temporarily disable wdio
1 parent 6fdcd83 commit 74212e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
node-version: 20.x
3131
- name: Install dependencies and link
3232
run: npm ci
33-
- name: Run tests
34-
run: npm run wdio-test
33+
- name: Package
34+
run: npm run build
35+
# - name: Run tests
36+
# run: npm run wdio-test

0 commit comments

Comments
 (0)