We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d764c commit e58632bCopy full SHA for e58632b
.github/workflows/example-start.yml
@@ -4,6 +4,13 @@ on:
4
branches:
5
- 'master'
6
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
14
jobs:
15
16
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cypress v9 and lower ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
0 commit comments