Skip to content

Commit c8f519b

Browse files
committed
Execute tests separately
1 parent 91bf791 commit c8f519b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
[ -f ./setup.sh ] && ./setup.sh || true
3535
- name: Run Tests
3636
run: |
37-
./gradlew --no-daemon --refresh-dependencies clean check
37+
(set -x ./gradlew --no-daemon --refresh-dependencies)
38+
(set -x ./gradlew --no-daemon clean)
39+
(set -x ./gradlew --no-daemon check -x :grails-datastore-gorm-test:test)
40+
(set -x ./gradlew --no-daemon :grails-datastore-gorm-test:test)
3841
- name: Publish Test Report
3942
uses: scacap/action-surefire-report@v1
4043
with:

0 commit comments

Comments
 (0)