This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git
The following commit(s) were added to refs/heads/master by this push:
new 543e9aea8 Update ds-ci.yml
543e9aea8 is described below
commit 543e9aea87b3e09de7ec5090ac035f457b197c36
Author: Thomas Andraschko <[email protected]>
AuthorDate: Fri Jan 12 15:49:31 2024 +0100
Update ds-ci.yml
---
.github/workflows/ds-ci.yml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ds-ci.yml b/.github/workflows/ds-ci.yml
index 9ece963dd..b5a7d0f13 100644
--- a/.github/workflows/ds-ci.yml
+++ b/.github/workflows/ds-ci.yml
@@ -18,7 +18,7 @@
# NOTE https://infra.apache.org/github-actions-secrets.html
-name: DeltaSpike CI
+name: CI
on:
push:
@@ -62,6 +62,8 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- - name: Build with Maven
- run: mvn clean install
-
\ No newline at end of file
+ - name: Build with Maven (OpenWebBeans)
+ run: mvn clean install -POWB
+ - name: Build with Maven (Weld)
+ run: mvn clean install -PWeld
+