Skip to content

Commit

Permalink
Add coolstore quarkus
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Aufart <[email protected]>
  • Loading branch information
aufi committed Aug 21, 2024
1 parent a71f924 commit 52f9d2d
Show file tree
Hide file tree
Showing 4 changed files with 1,644 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ jobs:
run: |
./hack/test_analysis.sh test-data/java-coolstore-main
- name: Test analysis coolstore quarkus branch
if: '!cancelled()'
run: |
./hack/test_analysis.sh test-data/java-coolstore-quarkus
# run tests using conainer image / binary already published to quay
test-published:
name: Build & test with published images
Expand Down
1 change: 1 addition & 0 deletions test-data/java-coolstore-quarkus/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
output
2 changes: 2 additions & 0 deletions test-data/java-coolstore-quarkus/cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
${KANTRA_CMD} analyze --target quarkus --target jakarta-ee --target jakarta-ee8 --target jakarta-ee9 --target cloud-readiness \
--input ${TEST_APPS_ROOT}/coolstore-quarkus --output output -m source-only --overwrite
Loading

0 comments on commit 52f9d2d

Please sign in to comment.