We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8ab1f commit 3ab9538Copy full SHA for 3ab9538
.github/workflows/gradle.yml
@@ -33,7 +33,7 @@ jobs:
33
id: build
34
uses: gradle/gradle-build-action@v3
35
with:
36
- arguments: build -x test
+ arguments: build -x test -x configureChromeDriverBinary -x configureGeckoDriverBinary -x iT
37
publish:
38
if: github.event_name == 'push'
39
needs: ["build"]
0 commit comments