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

WIP: Pa11y testing to github actions #162

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updaging github action workflow for adding pa11y test trigger
Jennifer Aube committed Jul 12, 2021
commit 66fcf6d37f6bd89f31b487011ae2b550e575baf1
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@ jobs:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- run: yarn pa11y-ci:home && yarn pa11y-ci:sitemap
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile && yarn build
- run: yarn pa11y-ci:home && yarn pa11y-ci:sitemap
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'