Skip to content

Commit 810e283

Browse files
committed
activate ITs
1 parent 0952955 commit 810e283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: ./mvnw -B -V -Dmaven.javadoc.skip=true -Ptest,${{ matrix.database.databaseName }} clean package --file pom.xml
7070

7171
- name: Run integration tests (*IT)
72-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
72+
#if: github.event_name == 'push' && github.ref == 'refs/heads/master'
7373
run: ./mvnw -B -V -Dmaven.javadoc.skip=true -Ptest,${{ matrix.database.databaseName }} -Dtest='*IT' test --file pom.xml
7474

7575
- name: Start the app and visit signin web page

0 commit comments

Comments
 (0)