Skip to content

Commit 393e9db

Browse files
committed
update ci.yml
1 parent da47971 commit 393e9db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: [push,pull_request]
33
jobs:
44
build-lint-audit-test:
5-
name: Build, Lint, Audit, and Test
5+
name: Build and Lint
66
runs-on: ubuntu-20.04
77
strategy:
88
matrix:
@@ -35,9 +35,7 @@ jobs:
3535
key: yarn-cache-${{ runner.os }}-${{ steps.yarn-version.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}
3636
- run: yarn --frozen-lockfile
3737
- 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
38+
# - run: yarn audit:ci
4139
all-jobs-pass:
4240
name: All jobs pass
4341
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)