Skip to content

Commit

Permalink
Restore removed caching for cypress step.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove committed Dec 3, 2024
1 parent 51e54c6 commit 3a62211
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
run: npm i -g [email protected]

- name: Cache dependencies
if: ${{ inputs.path && inputs.path != null }}
# if: ${{ inputs.path && inputs.path != null }}
id: cache-dependencies
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
with:
Expand Down

0 comments on commit 3a62211

Please sign in to comment.