Skip to content

Commit

Permalink
Optimize lint and js test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Jan 8, 2020
1 parent 3807349 commit f7f203d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:
- name: yarn install, build, integrity, test
run: |
yarn install --frozen-lockfile
yarn run build
yarn run integrity
yarn run eslint:check
1 change: 0 additions & 1 deletion .github/workflows/testjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
yarn install --frozen-lockfile
yarn run build
yarn run build:examples
yarn run integrity
pushd packages/base
yarn run test:unit:firefox:headless
Expand Down

0 comments on commit f7f203d

Please sign in to comment.