Skip to content

Commit

Permalink
install pa11y ffrom /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsmatt committed Oct 25, 2024
1 parent 1684644 commit d50ddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: yarn install --immutable

- name: Install Pa11y-CI
run: yarn add pa11y-ci --no-lockfile
run: cd /tmp && yarn add pa11y-ci && cd -

- name: Run Frontend Server
run: |
Expand Down

0 comments on commit d50ddc4

Please sign in to comment.