attempt installing cypress-axe

deepsource-autofix-76c6eb20
Dan Gowans 2023-01-25 13:48:59 -05:00
parent f4022064cb
commit 51b425708f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Install Application
run: |
npm ci
npm install -g mocha c8 cypress@12
npm install -g mocha c8 cypress@12 cypress-axe
- name: Copy Test Config
run: cp ./data/config.testing.js ./data/config.js
- name: Initialize Database