mirror of
https://githubfast.com/actions/checkout.git
synced 2024-10-30 16:50:46 +00:00
Prefer ubuntu over alpine in test-proxy workflow
This commit is contained in:
parent
6f108b29f4
commit
6d7426941d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -185,7 +185,7 @@ jobs:
|
||||
test-proxy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine/git:latest
|
||||
image: ubuntu:latest
|
||||
options: --dns 127.0.0.1
|
||||
services:
|
||||
squid-proxy:
|
||||
|
Loading…
Reference in New Issue
Block a user