We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397a364 commit c70aa1dCopy full SHA for c70aa1d
.github/workflows/test.yaml
@@ -33,14 +33,14 @@ jobs:
33
- run: yarn check-format
34
35
js-dist-current:
36
+ # always skip check for now - building is too inefficient and large for CI
37
+ if: false
38
runs-on: ubuntu-latest
39
steps:
40
- uses: actions/checkout@master
41
- name: Get yarn cache directory path
42
id: yarn-cache-dir-path
43
run: echo "::set-output name=dir::$(yarn cache dir)"
- - name: increase heap size
- run: export NODE_OPTIONS="--max_old_space_size=20480"
44
- uses: actions/cache@v2
45
id: yarn-cache
46
with:
0 commit comments