Skip to content

chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#19) #43

chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#19)

chore(deps): bump micromatch from 4.0.7 to 4.0.8 (#19) #43

Workflow file for this run

name: Test NVDA
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-nvda:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, windows-2022]
browser: [chromium, firefox]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Guidepup Setup
uses: guidepup/setup-action@0.15.3
with:
record: true
- run: yarn install --frozen-lockfile
- run: yarn pretest
- run: yarn test:nvda:${{ matrix.browser }}
- uses: actions/upload-artifact@v3
if: always()
continue-on-error: true
with:
name: artifacts
path: |
**/test-results/**/*
**/recordings/**/*