Skip to content

Commit

Permalink
ci: update build workflow
Browse files Browse the repository at this point in the history
Change the build lifecycle phase to "verify" to ensure that integration tests, if present, will also be executed.
  • Loading branch information
velinovskav authored Sep 22, 2023
1 parent 729a0b3 commit 67b8d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: build

on:
push:
Expand All @@ -21,4 +21,4 @@ jobs:
cache: maven

- name: Build project with Maven
run: mvn -B package --file pom.xml
run: mvn -B verify --file pom.xml

0 comments on commit 67b8d15

Please sign in to comment.