Skip to content

Commit

Permalink
chore: ci (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 authored Feb 26, 2021
1 parent ebb7a68 commit cc55724
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- name: restore lerna
id: cache
uses: actions/cache@v2
with:
path: |
node_modules
*/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- run: yarn --ignore-engines --frozen-lockfile
- run: yarn build
- run: yarn test --forceExit
Expand Down

0 comments on commit cc55724

Please sign in to comment.