Skip to content

Commit 6b73e87

Browse files
committed
ci: install gh cli in container so that prepare step doesn't fail
1 parent 64458e0 commit 6b73e87

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/__test-proxy.yml

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/test-proxy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: "Proxy test"
22
description: "Tests using a proxy specified by the https_proxy environment variable"
3-
versions: ["linked", "stable"]
3+
versions: ["linked", "nightly-latest"]
44
operatingSystems: ["ubuntu"]
55
container:
66
image: ubuntu:22.04
77
options: --dns 127.0.0.1
8+
run: |
9+
apt-get update
10+
apt-get install -y gh
811
services:
912
squid-proxy:
1013
image: ubuntu/squid:latest

0 commit comments

Comments
 (0)