Skip to content

(#1056)(#1057) Update screenshots for Chocolatey Central Management 0.13.0 and choco-theme 0.8.0 #76

(#1056)(#1057) Update screenshots for Chocolatey Central Management 0.13.0 and choco-theme 0.8.0

(#1056)(#1057) Update screenshots for Chocolatey Central Management 0.13.0 and choco-theme 0.8.0 #76

Workflow file for this run

name: Playwright Tests
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Checkout repository using git
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Build site
run: yarn build
- name: Run Playwright tests
run: yarn playwright
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 14