Skip to content

Commit

Permalink
Re-enable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Dec 20, 2024
1 parent d1f6f11 commit acc9584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build with Maven
id: build_with_maven
run: |
mvn clean install -DskipTests --file pom.xml
mvn clean verify --batch-mode -P integration-test --file pom.xml
- uses: actions/upload-artifact@v4
with:
name: build_artifact
Expand Down

0 comments on commit acc9584

Please sign in to comment.