1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/.github/workflows/browser-test.yml
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

18 lines
351 B
YAML

name: Browser Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
uses: ianwalter/puppeteer@3.0.0
with:
args: npm ci
- name: Test
uses: ianwalter/puppeteer@3.0.0
with:
args: npm run browser-test