Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Integration test debian 12 tomcat systemd #1700

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9c03aa2
fix(integration-tests): Fix the environment variable fetching for ext…
MichaelsJP Feb 29, 2024
3153647
ci(workflow): Update actions/cache to v4
MichaelsJP Feb 29, 2024
66766b9
build(ignore): Ignore .m2 folder from all folders
MichaelsJP Feb 29, 2024
89bbdb1
feat(integration-tests): Add the systemd external tomcat java 17 war …
MichaelsJP Feb 29, 2024
5b7680e
ci(workflow): Update actions/setup-java to v4
MichaelsJP Feb 29, 2024
9ff0bda
feat(integration-tests): Add test file glob
MichaelsJP Mar 1, 2024
d02d371
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
a5953fb
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
dfbc612
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
de57c6e
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
9f14132
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
64be9b0
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
dd8d577
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
55b3079
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
0a69efe
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
6e7361a
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
1cf8a96
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
fc364ba
ci(workflow): Add matrix workflow for running the tests
MichaelsJP Mar 1, 2024
0e233e9
fix(integration-tests): Fix
MichaelsJP Mar 1, 2024
de594df
fix(integration-tests): Fix
MichaelsJP Mar 1, 2024
540cb63
fix(integration-tests): Fix
MichaelsJP Mar 1, 2024
848bd82
fix(integration-tests): Fix
MichaelsJP Mar 1, 2024
793ba0a
fix(integration-tests): Fix
MichaelsJP Mar 1, 2024
f935e7d
feat(integration-tests): Add test build for all profiles
MichaelsJP Mar 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci(workflow): Add matrix workflow for running the tests
MichaelsJP committed Mar 1, 2024
commit 6e7361afb3bc655a74ee3bfa4e531672a5293f82
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Resolve missing dependencies
run: |
mvn clean package -DskipTests -T $(nproc)
mvn clean package -DskipTests -T $(nproc) -Dmaven.repo.local=~/.m2
cp -rf ~/.m2 ./.m2
- name: Build image for platforms ${{ needs.prepare_environment.outputs.build_platforms }}
uses: docker/build-push-action@v5