Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial cypress setup #833

Merged
merged 11 commits into from
Jul 5, 2022
Prev Previous commit
Next Next commit
Add working directory and node matrix
  • Loading branch information
allisonking committed Jun 29, 2022
commit bc8990df48dc52d5b8c0646ccb47c202f1ad6f5a
6 changes: 6 additions & 0 deletions .github/workflows/frontend_pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:

Admin-UI-Cypress:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
defaults:
run:
working-directory: clients/admin-ui
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down