Skip to content

Commit 6d208f3

Browse files
committed
Enable Edge tests in CI
1 parent e08cddc commit 6d208f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
if: matrix.build-tool == 'mvn'
3535
run: |
3636
cd selenium-webdriver-${{ matrix.project }}
37-
mvn test -Dtest=!*Edge*,!*CrossBrowser*
37+
mvn test
3838
- name: Run ${{ matrix.project }} tests with Gradle
3939
if: matrix.build-tool == 'gradle'
4040
run: |
4141
cd selenium-webdriver-${{ matrix.project }}
42-
./gradlew test -PexcludeTests=**/*Edge*,**/*CrossBrowser*
42+
./gradlew test

0 commit comments

Comments
 (0)