|
|
@ -57,7 +57,8 @@ jobs:
|
|
|
|
- name: Install Dependencies #skipped if step before set variable to true
|
|
|
|
- name: Install Dependencies #skipped if step before set variable to true
|
|
|
|
if: |
|
|
|
|
if: |
|
|
|
|
steps.yarn-cache.outputs.cache-hit != 'true'
|
|
|
|
steps.yarn-cache.outputs.cache-hit != 'true'
|
|
|
|
run: yarn install --frozen-lockfile --prefer-offline
|
|
|
|
run: yarn install --frozen-lockfile --network-timeout 600000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Generate and concat files
|
|
|
|
- name: Generate and concat files
|
|
|
|
run: yarn generate
|
|
|
|
run: yarn generate
|
|
|
|