We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0952955 commit 810e283Copy full SHA for 810e283
1 file changed
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
run: ./mvnw -B -V -Dmaven.javadoc.skip=true -Ptest,${{ matrix.database.databaseName }} clean package --file pom.xml
70
71
- name: Run integration tests (*IT)
72
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ #if: github.event_name == 'push' && github.ref == 'refs/heads/master'
73
run: ./mvnw -B -V -Dmaven.javadoc.skip=true -Ptest,${{ matrix.database.databaseName }} -Dtest='*IT' test --file pom.xml
74
75
- name: Start the app and visit signin web page
0 commit comments