Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QA & A11y #967

Merged
merged 11 commits into from
Dec 19, 2023
Prev Previous commit
Next Next commit
Do nested vars work?
peterdavidhamilton committed Dec 7, 2023
commit 51079977893104f9844feebe186fe2d6731be4fc
5 changes: 1 addition & 4 deletions .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
@@ -15,17 +15,14 @@ on:
merge_group:
pull_request:

env:
REVIEW_APP: review-pr-${{ github.event.number }}

jobs:
test:
if: contains(github.event.pull_request.labels.*.name, 'review') && contains(github.event.pull_request.labels.*.name, 'frontend')
runs-on: ubuntu-latest
environment: development
env:
BOT_TOKEN: ${{ secrets.WEBAPP_CONFIG_BOT_TOKEN }}
DOMAIN: eyrecovery-${{ inputs.workspace || env.REVIEW_APP }}.azurewebsites.net
DOMAIN: eyrecovery-${{ inputs.workspace || review-pr-${{ github.event.number }} }}.azurewebsites.net
steps:
-
name: Checkout Code