Skip to content

Commit 78da0ec

Browse files
authored
Merge pull request #658 from MikeMcC399/fix/example-start
Resolve sporadic failures in example-start running multiple servers
2 parents 14e17a5 + e58632b commit 78da0ec

File tree

5 files changed

+1219
-1098
lines changed

5 files changed

+1219
-1098
lines changed

.github/workflows/example-start.yml

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ on:
44
branches:
55
- 'master'
66
pull_request:
7+
8+
env:
9+
# Disable update-check called by serve through start or start2 script
10+
# works around issue when more than one instance of serve is started
11+
# See PR https://github.com/vercel/serve/pull/457
12+
NO_UPDATE_CHECK: 1
13+
714
jobs:
815

916
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cypress v9 and lower ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #

0 commit comments

Comments
 (0)