Skip to content

Commit 9008ee7

Browse files
committed
task: add tests to CI action
1 parent 420e91d commit 9008ee7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- "*"
66

77
jobs:
8+
test:
9+
name: Run tests
10+
uses: ctrl-hub/infra.github-actions/.github/workflows/ci-kotlin-test.yaml@v8
11+
812
build:
913
name: Build and Publish Artifact
1014
runs-on: ubuntu-latest
@@ -13,21 +17,17 @@ jobs:
1317
permissions:
1418
contents: read
1519
packages: write
16-
1720
steps:
18-
1921
- name: Checkout code with Git
2022
uses: actions/checkout@v4
2123
with:
2224
fetch-depth: 0
23-
2425
- name: Set up Kotlin
2526
uses: actions/setup-java@v4
2627
with:
2728
distribution: 'jetbrains'
2829
java-version: 21
2930
cache: gradle
30-
3131
- name: Build and Publish Artifact
3232
run: ./gradlew clean publish
3333
env:

0 commit comments

Comments
 (0)