Skip to content

Commit

Permalink
added workflow for integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tandraschko committed Feb 26, 2024
1 parent 9b4d0d6 commit 2330d6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -64,6 +62,9 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build (OpenWebBeans)
run: mvn clean install -POWB
continue-on-error: true
- name: Build (Weld)
run: mvn clean install -PWeld
continue-on-error: true


2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build (TomEE)
run: mvn clean install -Ptomee-build-managed
continue-on-error: true
- name: Build (Wildfly)
run: mvn clean install -Pwildfly-build-managed
continue-on-error: true

0 comments on commit 2330d6e

Please sign in to comment.