diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 4aa850b64c..b2b5675498 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -416,10 +416,10 @@ jobs: - name: Install dependencies uses: ./.github/workflows/install timeout-minutes: 30 - with: - key: ${{ hashFiles('yarn.lock') }} - yarn_cache_folder: .cache/yarn - path: .cache + # with: + # key: ${{ hashFiles('yarn.lock') }} + # yarn_cache_folder: .cache/yarn + # path: .cache - name: Start server run: node src/platform/testing/e2e/test-server.js --buildtype vagovprod --port=3002 & diff --git a/.github/workflows/install/action.yml b/.github/workflows/install/action.yml index be7b884986..6e4aa2eb44 100644 --- a/.github/workflows/install/action.yml +++ b/.github/workflows/install/action.yml @@ -39,6 +39,7 @@ runs: - name: Cache dependencies id: cache-dependencies uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + if: ${{ inputs.path !== null }} with: path: ${{ inputs.path }} key: ${{ steps.get-node-version.outputs.NODE_VERSION }}-${{ inputs.key }}