Skip to content

Commit 59f65c6

Browse files
committed
Fix mvn test in workflow
1 parent 1301af7 commit 59f65c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
max_attempts: 3
3939
command: |
4040
cd selenium-webdriver-${{ matrix.project }}
41-
mvn test -Dtest
41+
mvn test
4242
- name: Run ${{ matrix.project }} tests with Gradle
4343
if: matrix.build-tool == 'gradle'
4444
uses: nick-invision/[email protected]

0 commit comments

Comments
 (0)