Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Update cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman committed Nov 8, 2023
1 parent f894b0a commit c68fc33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Cypress Tests
on:
workflow_dispatch:
push:
branches: ["main", "next"]
branches: ['main', 'next']
pull_request:
branches: ["main", "next"]
branches: ['main', 'next']

jobs:
cypress-run:
Expand All @@ -32,4 +32,5 @@ jobs:
- name: Run Cypress Tests
uses: cypress-io/github-action@v6
with:
build: yarn dev
start: yarn dev
wait-on: 'http://localhost:8080'

0 comments on commit c68fc33

Please sign in to comment.