mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
removed pip cache
This commit is contained in:
13
.github/actions/setup/action.yml
vendored
13
.github/actions/setup/action.yml
vendored
@@ -56,18 +56,9 @@ runs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
node_modules
|
node_modules
|
||||||
key: node_modules-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
node_modules-${{ env.cache-name }}-
|
${{ env.cache-name }}-
|
||||||
node_modules-
|
|
||||||
- name: pip cache
|
|
||||||
uses: actions/cache@v3
|
|
||||||
if: ${{ inputs.enable-global-nx-cache == 'true' }}
|
|
||||||
with:
|
|
||||||
path: ~/.cache/pip
|
|
||||||
key: ${{ github.ref_name }}-pip-
|
|
||||||
restore-keys: |
|
|
||||||
${{ github.ref_name }}
|
|
||||||
# ENV LOAD
|
# ENV LOAD
|
||||||
- name: load .travis.yml env.global variables
|
- name: load .travis.yml env.global variables
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/travis-env-load@v1.17.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/travis-env-load@v1.17.0
|
||||||
|
9
.github/workflows/pull-request.yml
vendored
9
.github/workflows/pull-request.yml
vendored
@@ -158,11 +158,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
enable-global-nx-cache: true
|
enable-global-nx-cache: true
|
||||||
enable-global-node-modules-cache: false
|
enable-global-node-modules-cache: false
|
||||||
cache-key-suffix: unit-tests
|
cache-key-suffix: unit-tests-${{ matrix.unit-tests.name }}
|
||||||
- uses: ./.github/actions/download-cache-and-artifacts
|
# - uses: ./.github/actions/download-cache-and-artifacts
|
||||||
with:
|
# with:
|
||||||
# packages: 'dist node_modules'
|
# packages: 'node_modules'
|
||||||
packages: 'dist'
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
/usr/bin/xvfb-run --auto-servernum nx affected:test $NX_CALCULATION_FLAGS --exclude=${{ matrix.unit-tests.exclude }}
|
/usr/bin/xvfb-run --auto-servernum nx affected:test $NX_CALCULATION_FLAGS --exclude=${{ matrix.unit-tests.exclude }}
|
||||||
|
Reference in New Issue
Block a user