mirror of
https://github.com/actions/checkout.git
synced 2025-04-06 23:50:24 +02:00
prefer ununtu over alpine in test-proxy
This commit is contained in:
parent
463d0885b3
commit
ed56252dbe
4
.github/workflows/test.yml
vendored
4
.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:
|
||||
@ -197,7 +197,7 @@ jobs:
|
||||
steps:
|
||||
# Clone this repo
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Basic checkout using git
|
||||
- name: Checkout basic
|
||||
|
Loading…
x
Reference in New Issue
Block a user