Skip to content

Commit

Permalink
WIP: 2023-09-20 16:10:58
Browse files Browse the repository at this point in the history
  • Loading branch information
baptou12 committed Sep 20, 2023
1 parent ec69301 commit b0a500f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,15 @@ jobs:
with:
path: node_modules
key: ${{ runner.os }}-cache-node-modules-${{ hashFiles('**/package-lock.json') }}
- name: Get Chrome version
id: chrome_version
run: echo "::set-output name=version::$(google-chrome-stable --version)"
- name: Cache Cypress installation
uses: actions/cache@v3
id: restore-cypress
with:
path: ~/.cache/Cypress
key: ${{ runner.os }}-cache-cypress-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-${{ steps.chrome_version.outputs.version }}-cache-cypress-${{ hashFiles('**/package-lock.json') }}
- name: Cache Virtual Environment
uses: actions/cache@v3
id: python-dependencies
Expand Down

0 comments on commit b0a500f

Please sign in to comment.