diff --git a/.github/workflows/pit.yml b/.github/workflows/pit.yml index c95ef16d..068cb81f 100644 --- a/.github/workflows/pit.yml +++ b/.github/workflows/pit.yml @@ -43,4 +43,4 @@ jobs: path: ~/.m2/repository key: ubuntu-jdk-21-maven-${{ hashFiles('**/pom.xml') }} restore-keys: ubuntu-jdk-21-maven- - - run: mvn clean test -Ppit + - run: mvn clean install -Ppit