Skip to content

Commit 3c10ec7

Browse files
authored
chore: release v0.20.0 and fix unit tests on gitlab (#1003)
1 parent 5e93a16 commit 3c10ec7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ unit_test:
7373
stage: test
7474
script:
7575
- npm ci --include=dev
76-
- npm run test:unit
76+
- npx playwright install --with-deps
77+
- npm run test:unit -- --browser.name chromium
7778

7879
oss-scan:
7980
stage: test

0 commit comments

Comments
 (0)