Skip to content

Commit

Permalink
Update ci-frontend-a11y.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Nov 8, 2024
1 parent bfe025c commit fca9dc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-frontend-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
chmod +x ./bin/wait-for-frontend.sh
./bin/wait-for-frontend.sh
- name: Run curl
run: |
curl -I http://localhost:3000/opportunity/1
curl -I http://localhost:3000/opportunity/1231212
curl http://localhost:3000/search | grep "/opportunity/*"
- name: Run pa11y-ci
run: |
set -e # Ensure the script fails if any command fails
Expand Down

0 comments on commit fca9dc2

Please sign in to comment.