Skip to content

Commit

Permalink
Merge pull request #22 from escape-link/judy0ye-patch-2
Browse files Browse the repository at this point in the history
Create main.yml
  • Loading branch information
Averyberryman authored Oct 12, 2023
2 parents ae6746b + e7ddf57 commit 56c1c7c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Cypress Tests

on: [push]

jobs:
cypress-run:
runs-on: ubuntu-latest
environment: Test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/[email protected]
with:
build: npm run build
start: npm start

0 comments on commit 56c1c7c

Please sign in to comment.