Skip to content

Commit e0555c2

Browse files
committed
Update workflow to run integration tests only
Remove 'check' task from the reusable-integrationTests.yml workflow to ensure only integration tests are running. This focuses on the required tests and reduces unnecessary resource consumption.
1 parent e30f239 commit e0555c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-integrationTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
[ -z "$TEST_NAME" ] && TESTS="" || TESTS="--tests $TEST_NAME"
5959
60-
./gradlew check integrationTest \
60+
./gradlew integrationTest \
6161
-PtestGradleVersion="${{ matrix.gradleVersion }}" \
6262
${{ runner.os == 'Windows' && '-PtestGradleUserHome="C:\\testGradleHome"' || '' }} \
6363
--console=plain

0 commit comments

Comments
 (0)