Skip to content

Commit

Permalink
Merge pull request #658 from MikeMcC399/fix/example-start
Browse files Browse the repository at this point in the history
Resolve sporadic failures in example-start running multiple servers
  • Loading branch information
jaffrepaul committed Dec 14, 2022
2 parents 14e17a5 + e58632b commit 78da0ec
Show file tree
Hide file tree
Showing 5 changed files with 1,219 additions and 1,098 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/example-start.yml
Expand Up @@ -4,6 +4,13 @@ on:
branches:
- 'master'
pull_request:

env:
# Disable update-check called by serve through start or start2 script
# works around issue when more than one instance of serve is started
# See PR https://github.com/vercel/serve/pull/457
NO_UPDATE_CHECK: 1

jobs:

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cypress v9 and lower ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
Expand Down

0 comments on commit 78da0ec

Please sign in to comment.