Skip to content

Commit

Permalink
Test a11y workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed Mar 22, 2024
1 parent 4edb3f1 commit 9a80e62
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/a11y.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: A11y Test
name: UI Check Workflows

on:
push:
branches: [main] ## Change the branch name to match yours
paths: 'actions/ui-check/**'
pull_request:
branches: [main] ## Change the branch name to match yours
paths: 'actions/ui-check/**'

jobs:
run_tests:
runs-on: ubuntu-latest

steps:
- name: Theme Test
id: test
uses: Wordpress/theme-review-action@trunk
with:
root-folder: .
accessible-ready: true
ui-debug: true
- uses: actions/checkout@v2

- name: Run sanity checks on ui tests
run: |
npm install
npm run test:e2e:sanity
npm run test:unit:sanity
working-directory: actions/ui-check

0 comments on commit 9a80e62

Please sign in to comment.