Skip to content

Commit 3ab9538

Browse files
committed
Skip integeration tests
1 parent 6a8ab1f commit 3ab9538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: build
3434
uses: gradle/gradle-build-action@v3
3535
with:
36-
arguments: build -x test
36+
arguments: build -x test -x configureChromeDriverBinary -x configureGeckoDriverBinary -x iT
3737
publish:
3838
if: github.event_name == 'push'
3939
needs: ["build"]

0 commit comments

Comments
 (0)