Skip to content

Commit

Permalink
Cypress & Github actions integration (#197)
Browse files Browse the repository at this point in the history
* add cypress test job

* fix gh error

Co-authored-by: “Apoorv <“tiwari.apoorv1316@gmail.com”>
  • Loading branch information
apoorv1316 and “Apoorv authored Mar 14, 2022
1 parent 4fcea3c commit fd250c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,11 @@ jobs:
- name: Run Prettier
run: |
npx prettier "./app/javascript/**/*.{ts,tsx,js,jsx,json}"
- name: Cypress install
uses: cypress-io/github-action@v2
with:
# just perform install
runTests: false
- name: Cypress tests
run: |
npm run cy:run:staging

0 comments on commit fd250c7

Please sign in to comment.