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 95ff596 commit 34bb321Copy full SHA for 34bb321
.github/workflows/gradle.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
34
- name: Run Build
35
id: build
36
- run: ./gradlew build -x test -x configureChromeDriverBinary -x configureGeckoDriverBinary -x iT
+ run: ./gradlew build
37
publish:
38
if: github.event_name == 'push'
39
needs: ["build"]
0 commit comments