Skip to content

Commit

Permalink
update a11y tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Sep 9, 2024
1 parent 8151ce3 commit 4bc3c4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-website-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@ on:
jobs:
testing:
name: test a11y
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
BUNDLE_PATH: "vendor/bundle"
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3

steps:

- name: Checkout
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: 3.2
bundler-cache: true

- name: Build site
Expand Down

0 comments on commit 4bc3c4d

Please sign in to comment.