Skip to content

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
with:
2222
distribution: temurin
2323
java-version: 21
24-
- uses: gradle/wrapper-validation[email protected]
25-
- uses: gradle/[email protected]
24+
- uses: gradle/actions/wrapper-validation@v5
25+
- uses: gradle/actions/setup-gradle@v5
2626
env:
2727
# Eksluder test dependencies
2828
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: compileClasspath|runtimeClasspath
2929
with:
3030
gradle-version: wrapper
3131
dependency-graph: generate-and-submit
32-
arguments: --configuration-cache :dp-inntekt-kontrakter:test
33-
32+
- name: Test dp-inntekt-kontrakter
33+
run: ./gradlew clean --configuration-cache :dp-inntekt-kontrakter:test
3434

3535
release:
3636
name: Create Release

0 commit comments

Comments
 (0)