Skip to content

Commit

Permalink
fix: a11y workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Reimirno committed Nov 4, 2023
1 parent 33cff56 commit ed5dd63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/a11y.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: A11y

on:
push:
Expand All @@ -12,7 +12,7 @@ permissions:
issues: write

jobs:
unit-test-with-pytest:
audit-a11y-with-pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
secrets: ${{ toJSON(vars) }}
- name: Spin up Server and Wait
run: |
flask run
flask run &
sleep 7
- name: Run A11y Audit
run: |
Expand Down

0 comments on commit ed5dd63

Please sign in to comment.