ci: fix coverage badge

This commit is contained in:
kyranjamie
2023-05-01 18:03:40 +02:00
committed by kyranjamie
parent c1639008fe
commit 6f4c2e8a37
5 changed files with 16 additions and 177 deletions

View File

@@ -9,12 +9,13 @@ runs:
node-version: 16
- uses: actions/cache@v3
id: cache-node-modules
id: cache
with:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/package.json') }}
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: yarn --frozen-lockfile