Skip to content

Commit 00af51c

Browse files
committed
Add step to upload Gradle reports for ETS
1 parent 87d139f commit 00af51c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,10 @@ jobs:
146146
147147
- name: Run ETS tests
148148
run: ./gradlew --scan :jacodb-ets:generateTestResources :jacodb-ets:test
149+
150+
- name: Upload Gradle reports
151+
if: (!cancelled())
152+
uses: actions/upload-artifact@v4
153+
with:
154+
name: gradle-reports-ets
155+
path: '**/build/reports/'

0 commit comments

Comments
 (0)