Skip to content

Commit 027c50a

Browse files
authored
Update gradle.yml
1 parent 9c0f12f commit 027c50a

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,7 @@ on:
1515

1616
jobs:
1717
build:
18-
19-
runs-on: ubuntu-latest
20-
permissions:
21-
contents: read
22-
23-
steps:
24-
- name: Check out
25-
uses: actions/checkout@v4
26-
27-
- name: Set up JDK
28-
uses: actions/setup-java@v4
29-
with:
30-
java-version: '11'
31-
distribution: 'temurin'
32-
33-
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
34-
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
35-
- name: Set up Gradle
36-
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
37-
with:
38-
cache-cleanup: never
39-
gradle-version: '8.2.1'
40-
41-
- name: Run unit tests
42-
run: ./gradlew dumper:app:build
43-
44-
test:
18+
name: Build & test Dumper
4519
runs-on: ubuntu-latest
4620
permissions:
4721
contents: read
@@ -68,6 +42,7 @@ jobs:
6842
run: ./gradlew dumper:app:test
6943

7044
dependency-submission:
45+
name: Submit the dependency graph
7146
runs-on: ubuntu-latest
7247
permissions:
7348
contents: write

0 commit comments

Comments
 (0)