Skip to content

chore: update actions and node to lts #124

chore: update actions and node to lts

chore: update actions and node to lts #124

name: Test VoiceOver
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-voiceover:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-14]
browser: [chromium, firefox, webkit]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: Guidepup Setup
uses: guidepup/[email protected]
with:
record: true
- run: yarn install --frozen-lockfile
- run: yarn pretest
- run: yarn test:voiceover:${{ matrix.browser }}
- uses: actions/upload-artifact@v4
if: always()
continue-on-error: true
with:
name: artifacts-${{ matrix.os }}-${{ matrix.browser }}
path: |
**/test-results/**/*
**/recordings/**/*