chore: update
Java CI with Maven / build-and-test (pull_request) Failing after 42s

This commit is contained in:
TakahashiNg
2026-05-06 14:48:21 +00:00
parent 5c58b5ce04
commit b3c9064dde
+11 -11
View File
@@ -23,6 +23,17 @@ jobs:
with:
fetch-depth: 0
- name: Install dependencies with Proxy
env:
http_proxy: "http://host.docker.internal:3142"
https_proxy: "http://host.docker.internal:3142"
run: |
# Kiểm tra proxy có hoạt động không
echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/80proxy
apt-get update
apt-get install -y --no-install-recommends --no-install-suggests \
openjdk-25-jdk-headless docker-cli docker-buildx
- uses: shogo82148/actions-setup-redis@v1
with:
redis-version: "7.x"
@@ -38,17 +49,6 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Install dependencies with Proxy
env:
http_proxy: "http://host.docker.internal:3142"
https_proxy: "http://host.docker.internal:3142"
run: |
# Kiểm tra proxy có hoạt động không
echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/80proxy
apt-get update
apt-get install -y --no-install-recommends --no-install-suggests \
openjdk-25-jdk-headless docker-cli docker-buildx
- name: Build and Test all module
env:
TESTCONTAINERS_RYUK_DISABLED: true