chore(repo): use local folder for nx cache on nightly (#12538)
This commit is contained in:
parent
f9e57e2694
commit
707a9ace58
4
.github/workflows/e2e-matrix.yml
vendored
4
.github/workflows/e2e-matrix.yml
vendored
@ -21,10 +21,8 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
os-name: ubuntu
|
os-name: ubuntu
|
||||||
os-cache-dir: /tmp/nx-cache
|
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
os-name: osx
|
os-name: osx
|
||||||
os-cache-dir: /tmp/nx-cache
|
|
||||||
node_version:
|
node_version:
|
||||||
- '16'
|
- '16'
|
||||||
package_manager:
|
package_manager:
|
||||||
@ -169,7 +167,7 @@ jobs:
|
|||||||
YARN_REGISTRY: http://localhost:4872
|
YARN_REGISTRY: http://localhost:4872
|
||||||
NX_VERBOSE_LOGGING: ${{ 'true' }}
|
NX_VERBOSE_LOGGING: ${{ 'true' }}
|
||||||
NX_E2E_SKIP_BUILD_CLEANUP: ${{ 'true' }}
|
NX_E2E_SKIP_BUILD_CLEANUP: ${{ 'true' }}
|
||||||
NX_CACHE_DIRECTORY: ${{ matrix.os-cache-dir }}
|
NX_CACHE_DIRECTORY: ${{ 'tmp' }}
|
||||||
|
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled && failure() }}
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled && failure() }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user