Skip to content

Commit ff11dfb

Browse files
committed
TEST
1 parent 81f6106 commit ff11dfb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: ./gradlew -q buildEnvironment
3939

4040
- name: Execute Gradle build
41-
run: ./gradlew --continue build
41+
run: ./gradlew --continue :typed-ids:test :typed-ids:test-jdk21
4242

4343
- name: Upload Test Report
4444
uses: actions/upload-artifact@v4

.github/workflows/publish-test-results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
types: [ completed ]
77

88
permissions:
9+
actions: read
10+
contents: read
911
checks: write
1012

1113
jobs:

0 commit comments

Comments
 (0)