Skip to content

Commit

Permalink
Chore/ci (#479)
Browse files Browse the repository at this point in the history
* chore: try fix ci

* chore: try fix ci
  • Loading branch information
wxsms committed Mar 5, 2021
1 parent dafafb5 commit b6a3195
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: CI

on:
push:
branches:
- dev
pull_request:
branches:
- dev
- push
- pull_request

jobs:
lint:
Expand All @@ -25,12 +21,8 @@ jobs:
- uses: actions/checkout@v2
- uses: c-hive/gha-yarn-cache@v1
- run: yarn --frozen-lockfile
env:
PUPPETEER_SKIP_DOWNLOAD: true
- name: Unit tests
uses: ianwalter/puppeteer-container@v4.0.0
with:
args: npm run test
run: npm run test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit b6a3195

Please sign in to comment.