Skip to content

Commit c4646c2

Browse files
committed
release: v0.1.1 stability and quality improvements
1 parent 66abd1c commit c4646c2

85 files changed

Lines changed: 4796 additions & 5160 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/quality.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ jobs:
2424

2525
- name: Run CI quality suite
2626
run: npm run test:ci
27+
28+
- name: Install Playwright browser
29+
run: npx playwright install --with-deps chromium
30+
31+
- name: Run E2E smoke suite
32+
run: npm run e2e:ci

0 commit comments

Comments
 (0)