Skip to content

Commit

Permalink
Create cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Jul 21, 2024
1 parent 02e40ac commit e92a991
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Cypress Tests

on: push

jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
# Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start

0 comments on commit e92a991

Please sign in to comment.