Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4bca777

Browse files
committed
enable tests in gradle.yml
1 parent 0d9b68a commit 4bca777

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
@@ -28,7 +28,7 @@ jobs:
2828
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
2929
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
3030
with:
31-
arguments: build -Dgeb.env=chromeHeadless -x test -x integrationTest
31+
arguments: build -Dgeb.env=chromeHeadless
3232
publish:
3333
if: github.event_name == 'push'
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)