Skip to content

Commit 26eff48

Browse files
committed
adding build step to examples
1 parent 78e089b commit 26eff48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: npm install
4949
- name: Install Playwright
5050
run: npx -y playwright install --with-deps
51+
- name: Build project
52+
run: npm run build
5153
- name: Run tests
5254
run: npm run test
5355
env:

0 commit comments

Comments
 (0)