Skip to content

Commit

Permalink
Puppeteer on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed Apr 19, 2023
1 parent f91fa8d commit ec459de
Show file tree
Hide file tree
Showing 4 changed files with 751 additions and 72 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: ui-scroll build

on:
pull_request:
branches: [ master ]
push:
branches:
- "**"
workflow_dispatch:
inputs:
cause:
Expand Down Expand Up @@ -34,5 +35,6 @@ jobs:

- name: Run tests
env:
GITHUB: true
CI: true
BROWSER: headless
run: npm test
Loading

0 comments on commit ec459de

Please sign in to comment.