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 5ee6e58 commit d22ada4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on: [push, pull_request, workflow_dispatch]
jobs:
test:
name: Test
needs: build
runs-on: ubuntu-latest
steps:
- name: Build with Maven
run: ./mvnw clean verify --no-transfer-progress -pl :notifications-connector-email
test2:
name: Test2
needs: build
runs-on: ubuntu-latest
steps:
- name: Build with Maven
Expand Down

0 comments on commit d22ada4

Please sign in to comment.