Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisszmundy authored Aug 5, 2024
1 parent c486e3b commit f98fbf0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ jobs:
name: InseeFr/BPM
ref: refs/heads/release
path: bpm

- name: Build BPM
run: |
cd bpm
mvn clean install
cd ..
- name: Build with Maven
- name: Build Kraftwerk with Maven
run: mvn -B clean package --file pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
Expand Down

0 comments on commit f98fbf0

Please sign in to comment.