Skip to content

Commit 0fb8c22

Browse files
committed
Fix Gradle tasks in the ecj job
1 parent cd61fcf commit 0fb8c22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
/home/runner/work/doma/doma/.gradle
110110
111111
ecj:
112-
name: Build and Integration Test with Eclipse Compiler for Java (ECJ)
112+
name: Test with ECJ
113113
runs-on: ubuntu-latest
114114
timeout-minutes: 15
115115

@@ -134,14 +134,14 @@ jobs:
134134
./gradlew
135135
-Porg.gradle.java.installations.fromEnv=JAVA_HOME_${{ env.JDK_VERSION_OLDEST }}_X64,JAVA_HOME_${{ env.JDK_VERSION_LATEST }}_X64
136136
-Pcompiler=ecj
137-
:doma-processor:build
138-
:integration-test-java:build
137+
:doma-processor:test
138+
:integration-test-java:test
139139
140140
- name: Upload reports
141141
if: failure()
142142
uses: actions/upload-artifact@v4
143143
with:
144-
name: test-${{ matrix.driver }}
144+
name: ecj
145145
path: |
146146
./**/build/reports
147147
/home/runner/work/doma/doma/.gradle

0 commit comments

Comments
 (0)