Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenneg committed Oct 20, 2023
1 parent b488fb3 commit d5a0713
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,21 @@ jobs:
needs: build2
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Build with Maven
run: ./mvnw clean verify --no-transfer-progress -pl :notifications-connector-email
test2:
name: Test2
needs: build2
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Build with Maven
run: ./mvnw clean verify --no-transfer-progress -pl :notifications-connector-webhook
build:
Expand Down

0 comments on commit d5a0713

Please sign in to comment.