Skip to content

Commit

Permalink
checkout config file for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
lcflight committed Oct 11, 2024
1 parent 0257634 commit 6037a23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
checks: read
pull-requests: write
steps:
- uses: actions/checkout@v4
name: Checkout configuration file
with:
sparse-checkout: |
.pa11yci.json
sparse-checkout-cone-mode: false
- name: Log Deployment Status
run: echo "Deployment URL- ${{ github.event.deployment_status.environment_url }}"
- uses: narthur/pa11y-ratchet@v2
Expand Down

0 comments on commit 6037a23

Please sign in to comment.