Skip to content

Merge pull request #276 from keichi/dependabot/npm_and_yarn/tmp-0.2.4 #131

Merge pull request #276 from keichi/dependabot/npm_and_yarn/tmp-0.2.4

Merge pull request #276 from keichi/dependabot/npm_and_yarn/tmp-0.2.4 #131

Workflow file for this run

name: test-browser
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run test:browser
env:
CI: true