Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 0e3d4ff

Browse files
committed
1 parent 13cb390 commit 0e3d4ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: CI
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches: [master]
6+
branches: [master, test-pr-workflows]
67
pull_request:
78
branches: [master]
89

@@ -53,7 +54,7 @@ jobs:
5354
- uses: actions/setup-node@v2
5455
with:
5556
node-version: lts/*
56-
- run: npm install
57+
- run: npm install && && npx -y playwright install-deps
5758
- uses: GabrielBB/xvfb-action@v1
5859
name: Run tests
5960
with:
@@ -69,7 +70,7 @@ jobs:
6970
with:
7071
node-version: lts/*
7172
- name: Install dependencies
72-
run: npm install
73+
run: npm install && npx -y playwright install-deps
7374
- uses: GabrielBB/xvfb-action@v1
7475
name: Run test:examples
7576
with:

0 commit comments

Comments
 (0)