Skip to content

feat(FON-381): locks files when officially reported (#385) #36

feat(FON-381): locks files when officially reported (#385)

feat(FON-381): locks files when officially reported (#385) #36

name: Warm Playwright cache
permissions:
contents: read
packages: read
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
warm-cache:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
with:
version: 11.5.0
run_install: false
- name: Use Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: '24.12.0'
cache: 'pnpm'
- name: install sheetjs
shell: bash
run: ./scripts/sheetjs.sh
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Install Playwright
uses: ./.github/playwright