Skip to content

Commit

Permalink
Remove cache from github action to resolve missing Chrome in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christophblessing committed Nov 16, 2023
1 parent 0fe5a75 commit 40152c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@ name: Install dependencies
runs:
using: composite
steps:
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-node-
- run: npm install --no-audit --prefer-offline --progress=false
shell: bash

0 comments on commit 40152c5

Please sign in to comment.