Skip to content

Commit

Permalink
test: disable update-check in example-start
Browse files Browse the repository at this point in the history
Bump actions/checkout@v2 to v3 to mitigate Node.js 12 deprecation warning
  • Loading branch information
MikeMcC399 committed Dec 12, 2022
1 parent 47d764c commit e58632b
Showing 1 changed file with 7 additions and 0 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 e58632b

Please sign in to comment.