ci: remove dns for container running proxy steps (experimental)
This commit is contained in:
parent
a89fbc80a2
commit
c901aeec28
2 changed files with 0 additions and 2 deletions
1
.github/workflows/__test-proxy.yml
generated
vendored
1
.github/workflows/__test-proxy.yml
generated
vendored
|
|
@ -71,7 +71,6 @@ jobs:
|
|||
CODEQL_ACTION_TEST_MODE: true
|
||||
container:
|
||||
image: ubuntu:22.04
|
||||
options: --dns 8.8.8.8
|
||||
services:
|
||||
squid-proxy:
|
||||
image: ubuntu/squid:latest
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ versions: ["linked", "nightly-latest"]
|
|||
operatingSystems: ["ubuntu"]
|
||||
container:
|
||||
image: ubuntu:22.04
|
||||
options: --dns 8.8.8.8
|
||||
container-init-steps:
|
||||
name: Set up GitHub CLI
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue