Skip to content

Commit

Permalink
ci(build): move ECMAScript compatibility check to build job
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Nov 1, 2020
1 parent 658933d commit e45ee5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
name: dist
path: dist
- name: Check ECMAScript compatibility
run: yarn run compat
lint:
name: Lint source

Expand All @@ -52,8 +54,6 @@ jobs:
run: yarn install --frozen-lockfile
- name: Lint
run: yarn run lint
- name: Check ECMAScript compatibility
run: yarn run compat
unit-test:
name: Unit tests

Expand Down

0 comments on commit e45ee5a

Please sign in to comment.