We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da47971 commit 393e9dbCopy full SHA for 393e9db
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
on: [push,pull_request]
3
jobs:
4
build-lint-audit-test:
5
- name: Build, Lint, Audit, and Test
+ name: Build and Lint
6
runs-on: ubuntu-20.04
7
strategy:
8
matrix:
@@ -35,9 +35,7 @@ jobs:
35
key: yarn-cache-${{ runner.os }}-${{ steps.yarn-version.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}
36
- run: yarn --frozen-lockfile
37
- run: yarn lint
38
- - run: yarn audit:ci
39
- - run: yarn test:tgz-check
40
- - run: NODE_OPTIONS=--max_old_space_size=20480 yarn test:unit --forceExit --silent
+ # - run: yarn audit:ci
41
all-jobs-pass:
42
name: All jobs pass
43
0 commit comments