Skip to content

Commit b23da0e

Browse files
committed
Never try to update the server during CI tests
This isn't an immediate problem, but I suspect it can be at times, and we had it set for Travis previously, so it'd be good to bring it across too.
1 parent f367200 commit b23da0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: CI
22
on: push
3+
env:
4+
HTTPTOOLKIT_SERVER_DISABLE_AUTOUPDATE: 1 # Don't try to autoupdate during tests etc
35
jobs:
46
build:
57
name: Build & test

0 commit comments

Comments
 (0)