Skip to content

Commit c70aa1d

Browse files
committed
skipping js-dist job for now
1 parent 397a364 commit c70aa1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
- run: yarn check-format
3434

3535
js-dist-current:
36+
# always skip check for now - building is too inefficient and large for CI
37+
if: false
3638
runs-on: ubuntu-latest
3739
steps:
3840
- uses: actions/checkout@master
3941
- name: Get yarn cache directory path
4042
id: yarn-cache-dir-path
4143
run: echo "::set-output name=dir::$(yarn cache dir)"
42-
- name: increase heap size
43-
run: export NODE_OPTIONS="--max_old_space_size=20480"
4444
- uses: actions/cache@v2
4545
id: yarn-cache
4646
with:

0 commit comments

Comments
 (0)