Skip to content

Commit e60207c

Browse files
committed
Update release workflow
1 parent 34eee24 commit e60207c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ on:
55
types: [published]
66

77
jobs:
8+
unit-tests:
9+
uses: kosi-libs/kodein-internal-github-actions/.github/workflows/unit-tests.yml@main
10+
instrumentation-tests:
11+
uses: kosi-libs/kodein-internal-github-actions/.github/workflows/check-with-android.yml@main
12+
813
create-staging-repository:
14+
needs:
15+
- unit-tests
16+
- instrumentation-tests
917
uses: kosi-libs/kodein-internal-github-actions/.github/workflows/create-nexus-staging-repository.yml@main
1018
secrets: inherit
1119

@@ -20,8 +28,6 @@ jobs:
2028
steps:
2129
- name: Setup
2230
uses: kosi-libs/kodein-internal-github-actions/setup@main
23-
- name: Check with Android
24-
uses: kosi-libs/kodein-internal-github-actions/.github/workflows/check-with-android.yml@main
2531
- name: Upload
2632
run: ./gradlew publishAllPublicationsToOssrhStagingRepository -Porg.kodein.sonatype.repositoryId=${{ needs.create-staging-repository.outputs.repository-id }}
2733
shell: bash

0 commit comments

Comments
 (0)