Skip to content

Commit

Permalink
undelete
Browse files Browse the repository at this point in the history
  • Loading branch information
lexicalninja committed Nov 22, 2024
1 parent b1697a5 commit 4fbb40d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation_accessibility_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
cache-dependency-path: VAMobile/documentation/yarn.lock
- name: Install ChromeDriver
run: npm install -g chromedriver
- name: Install mobile app modules
working-directory: VAMobile
run: |
yarn install --frozen-lockfile
- name: Start web server
working-directory: VAMobile/documentation
run: |
Expand Down

0 comments on commit 4fbb40d

Please sign in to comment.