Skip to content

Fixed: Husky precommit hook with yarn #8

Fixed: Husky precommit hook with yarn

Fixed: Husky precommit hook with yarn #8

name: Windows App Integration Test
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
integration-windows-test:
runs-on: windows-latest
steps:
- name: Github checkout
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build/windows/app
with:
build-gpu: 'cpu'
sign-and-publish: false
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Run Playwright Tests
run: npm run test:e2e
- name: Upload screenshots
uses: actions/upload-artifact@v3
with:
name: screenshot
path: screenshot*.png