Skip to content

chore(deps): bump actions/checkout from 6 to 7 (#2227) #21

chore(deps): bump actions/checkout from 6 to 7 (#2227)

chore(deps): bump actions/checkout from 6 to 7 (#2227) #21

Workflow file for this run

name: Test Report
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
test-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: corepack enable
- uses: actions/setup-node@v6
with:
node-version: 24
cache: yarn
- run: yarn install
- run: yarn playwright install --with-deps chromium
- run: yarn test:regression
- uses: actions/upload-artifact@v7
with:
name: svgo-test-report
path: /tmp/svgo.${{ github.sha }}/svgo-test-report.json
if-no-files-found: error