Skip to content

Commit ec459de

Browse files
committed
Puppeteer on CI
1 parent f91fa8d commit ec459de

File tree

4 files changed

+751
-72
lines changed

4 files changed

+751
-72
lines changed

.github/workflows/build.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: ui-scroll build
22

33
on:
4-
pull_request:
5-
branches: [ master ]
4+
push:
5+
branches:
6+
- "**"
67
workflow_dispatch:
78
inputs:
89
cause:
@@ -34,5 +35,6 @@ jobs:
3435

3536
- name: Run tests
3637
env:
37-
GITHUB: true
38+
CI: true
39+
BROWSER: headless
3840
run: npm test

0 commit comments

Comments
 (0)