fix: better getCart (#49)
Release package / release (push) Successful in 1m49s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #49
This commit was merged in pull request #49.
This commit is contained in:
2026-05-11 07:27:14 +00:00
parent f0a52e5374
commit 4290f482f4
25 changed files with 44 additions and 2460 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
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
openjdk-25-jdk-headless docker-cli docker-buildx maven
- name: Setup SSH Key
run: |
+2 -2
View File
@@ -32,7 +32,7 @@ jobs:
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
openjdk-25-jdk-headless docker-cli docker-buildx zstd maven
- uses: shogo82148/actions-setup-redis@v1
with:
@@ -53,7 +53,7 @@ jobs:
env:
TESTCONTAINERS_RYUK_DISABLED: true
run: |
./mvnw -B clean install -Pnative \
mvn -B clean install -Pnative \
-Dquarkus.container-image.push=false \
-Dquarkus.container-image.registry=git.demonkernel.io.vn