fix: create eatery when manager signup (#33)
Release package / release (push) Failing after 1m26s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #33
This commit was merged in pull request #33.
This commit is contained in:
2026-04-22 04:08:46 +00:00
parent aaa7cebd32
commit 1775192c52
54 changed files with 738 additions and 281 deletions
+4 -1
View File
@@ -38,7 +38,10 @@ jobs:
- name: Cache Maven packages
uses: actions/cache@v4
with:
path: ~/.m2/repository
path: |
~/.m2/repository
**/target/native-image-cache
**/target/reports
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-