fix: menu items CRUD (#44)
Release package / release (push) Successful in 14m26s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #44
This commit was merged in pull request #44.
This commit is contained in:
2026-05-06 15:10:31 +00:00
parent a6ec0c39c5
commit 43600fc8cf
46 changed files with 429 additions and 96 deletions
+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 zstd
- 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