We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f6106 commit ff11dfbCopy full SHA for ff11dfb
.github/workflows/gradle-build.yml
@@ -38,7 +38,7 @@ jobs:
38
run: ./gradlew -q buildEnvironment
39
40
- name: Execute Gradle build
41
- run: ./gradlew --continue build
+ run: ./gradlew --continue :typed-ids:test :typed-ids:test-jdk21
42
43
- name: Upload Test Report
44
uses: actions/upload-artifact@v4
.github/workflows/publish-test-results.yml
@@ -6,6 +6,8 @@ on:
6
types: [ completed ]
7
8
permissions:
9
+ actions: read
10
+ contents: read
11
checks: write
12
13
jobs:
0 commit comments