Skip to content

Commit 34bb321

Browse files
committed
Update GitHub workflows
1 parent 95ff596 commit 34bb321

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
uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
3434
- name: Run Build
3535
id: build
36-
run: ./gradlew build -x test -x configureChromeDriverBinary -x configureGeckoDriverBinary -x iT
36+
run: ./gradlew build
3737
publish:
3838
if: github.event_name == 'push'
3939
needs: ["build"]

0 commit comments

Comments
 (0)