Skip to content

Commit

Permalink
docs: add documentation for the reason why we need to have a setup st…
Browse files Browse the repository at this point in the history
…ep for the container
  • Loading branch information
Fotis Koutoulakis (@NlightNFotis) committed Dec 9, 2024
1 parent 3951a82 commit 51e71f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/__test-proxy.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pr-checks/checks/test-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ operatingSystems: ["ubuntu"]
container:
image: ubuntu:22.04
container-init-steps:
# These steps are required to initialise the `gh` cli in a container that doesn't
# come pre-installed with it. The reason for that is that this is later
# needed by the `prepare-test` workflow to find the latest release of CodeQL.
name: Set up GitHub CLI
run: |
apt update
Expand Down

0 comments on commit 51e71f8

Please sign in to comment.