From e2c50c0c2deee90c7149ba4f925014534d687a28 Mon Sep 17 00:00:00 2001 From: Thomas Papke Date: Mon, 30 Oct 2023 20:19:45 +0100 Subject: [PATCH] Add step for integartion tests --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 201f798..6971cb5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,4 +29,6 @@ jobs: cache: maven - name: Build with Maven run: mvn -B package --file pom.xml + - name: Integration Tests with Maven + run: mvn failsafe:integration-test -Pit-tests --file pom.xml