mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
test-proxy
now uses newly-minted test-ubuntu-git
container image from ghcr.io
This commit is contained in:
parent
bbd0474dc5
commit
4d1347db9f
1 changed files with 1 additions and 14 deletions
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
|
@ -187,20 +187,10 @@ jobs:
|
||||||
- name: Verify basic
|
- name: Verify basic
|
||||||
run: __test__/verify-basic.sh --archive
|
run: __test__/verify-basic.sh --archive
|
||||||
|
|
||||||
inspect:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: ls -all /usr/bin
|
|
||||||
|
|
||||||
test-proxy:
|
test-proxy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: ghcr.io/actions/test-ubuntu-git:main.20240221.114913.703z
|
||||||
volumes:
|
|
||||||
- /usr/bin/git:/mapped/bin/git
|
|
||||||
- /usr/bin/git-lfs:/mapped/bin/git-lfs
|
|
||||||
- /usr/bin/git-ftp:/mapped/bin/git-ftp
|
|
||||||
- /usr/bin/git-shell:/mapped/bin/git-shell
|
|
||||||
options: --dns 127.0.0.1
|
options: --dns 127.0.0.1
|
||||||
services:
|
services:
|
||||||
squid-proxy:
|
squid-proxy:
|
||||||
|
@ -210,9 +200,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
https_proxy: http://squid-proxy:3128
|
https_proxy: http://squid-proxy:3128
|
||||||
steps:
|
steps:
|
||||||
- name: Update System Path
|
|
||||||
run: echo "/mapped/bin" >> $GITHUB_PATH
|
|
||||||
|
|
||||||
# Clone this repo
|
# Clone this repo
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue