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 420e91d commit 9008ee7Copy full SHA for 9008ee7
.github/workflows/release.yaml
@@ -5,6 +5,10 @@ on:
5
- "*"
6
7
jobs:
8
+ test:
9
+ name: Run tests
10
+ uses: ctrl-hub/infra.github-actions/.github/workflows/ci-kotlin-test.yaml@v8
11
+
12
build:
13
name: Build and Publish Artifact
14
runs-on: ubuntu-latest
@@ -13,21 +17,17 @@ jobs:
17
permissions:
18
contents: read
15
19
packages: write
16
-
20
steps:
21
- name: Checkout code with Git
22
uses: actions/checkout@v4
23
with:
24
fetch-depth: 0
25
- name: Set up Kotlin
26
uses: actions/setup-java@v4
27
28
distribution: 'jetbrains'
29
java-version: 21
30
cache: gradle
31
- name: Build and Publish Artifact
32
run: ./gradlew clean publish
33
env:
0 commit comments