Skip to content

Commit

Permalink
Create cypress.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardAndress committed Jun 13, 2023
1 parent 883bbc3 commit f1e798c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cypress.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: End-to-end tests
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
# Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5

0 comments on commit f1e798c

Please sign in to comment.