We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027dd9e commit 5b81fe8Copy full SHA for 5b81fe8
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
DISPLAY: :99.0
29
run: |
30
Xvfb -ac :99 -screen 0 1920x1080x16 &
31
- mvn verify -Dtest.includes="**/ui/*.java"
+ mvn verify -Dtest.includes="**/ui/*Test.java"
32
33
integration-tests:
34
runs-on: ubuntu-latest
0 commit comments