File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 5
5
types : [published]
6
6
7
7
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
+
8
13
create-staging-repository :
14
+ needs :
15
+ - unit-tests
16
+ - instrumentation-tests
9
17
uses : kosi-libs/kodein-internal-github-actions/.github/workflows/create-nexus-staging-repository.yml@main
10
18
secrets : inherit
11
19
20
28
steps :
21
29
- name : Setup
22
30
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
25
31
- name : Upload
26
32
run : ./gradlew publishAllPublicationsToOssrhStagingRepository -Porg.kodein.sonatype.repositoryId=${{ needs.create-staging-repository.outputs.repository-id }}
27
33
shell : bash
You can’t perform that action at this time.
0 commit comments