Skip to content

Commit 51e71f8

Browse files
committed
docs: add documentation for the reason why we need to have a setup step for the container
1 parent 3951a82 commit 51e71f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/__test-proxy.yml

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

pr-checks/checks/test-proxy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ operatingSystems: ["ubuntu"]
55
container:
66
image: ubuntu:22.04
77
container-init-steps:
8+
# These steps are required to initialise the `gh` cli in a container that doesn't
9+
# come pre-installed with it. The reason for that is that this is later
10+
# needed by the `prepare-test` workflow to find the latest release of CodeQL.
811
name: Set up GitHub CLI
912
run: |
1013
apt update

0 commit comments

Comments
 (0)