Skip to content

Commit

Permalink
adding configuration for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
3FE3LE committed Sep 16, 2023
1 parent 7166b45 commit a35a26e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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
build: npm run build
start: npm start
wait-on: 'http://localhost:3000' # Waits for above
# Records to Cypress Cloud
Expand Down
File renamed without changes

0 comments on commit a35a26e

Please sign in to comment.