Skip to content

Commit 37a8e2d

Browse files
Authenticator Unit test cases
1 parent 67b44c7 commit 37a8e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
DISPLAY: :99.0
101101
run: |
102102
Xvfb -ac :99 -screen 0 1920x1080x16 &
103-
mvn clean verify -Dtest.includes="**/unit/*Test.java"
103+
mvn clean verify -Dtest.includes="**/unit/**/*Test.java"
104104
- name: Upload Coverage Report
105105
uses: actions/upload-artifact@v4
106106
with:

0 commit comments

Comments
 (0)