Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
neilboyd committed Feb 19, 2025
1 parent a6f4d85 commit 52f752f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- cypress
- cypress-cloud

workflow_dispatch:

Expand Down Expand Up @@ -35,7 +35,8 @@ jobs:
config: baseUrl=http://localhost:4000

cypress-run-cloud:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 5
# Runs tests in parallel with matrix strategy https://docs.cypress.io/guides/guides/parallelization
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
# Also see warning here https://github.com/cypress-io/github-action#parallel
Expand All @@ -52,7 +53,7 @@ jobs:
with:
# Starts web server for E2E tests - replace with your own server invocation
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
start: npm start
start: bundle exec jekyll serve --detach
wait-on: 'http://localhost:3000' # Waits for above
# Records to Cypress Cloud
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
Expand Down

0 comments on commit 52f752f

Please sign in to comment.