Skip to content

Commit 6694569

Browse files
committed
workflows refactor
1 parent 60bfedd commit 6694569

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/kmp-run-publish-android.yml renamed to .github/workflows/publish-velocityexchangeverifiers-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: KMP RUN Publish Android
1+
name: Publish velocityexchangeverifiers Android
22

33
on:
44
workflow_dispatch:

.github/workflows/kmp-run-publish-ios.yml renamed to .github/workflows/publish-velocityexchangeverifiers-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: KMP RUN Publish iOS
1+
name: Publish velocityexchangeverifiers iOS
22

33
on:
44
workflow_dispatch:

.github/workflows/kmp-reusable-build-all-targets.yml renamed to .github/workflows/reusable-build-all-targets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: KMP Reusable Build All Targets
1+
name: Reusable Build All Targets
22

33
on:
44
workflow_call:
@@ -45,4 +45,4 @@ jobs:
4545
path: |
4646
**/build/outputs/**
4747
**/build/libs/**
48-
**/build/distributions/**
48+
**/build/distributions/**

.github/workflows/kmp-reusable-test-all-targets.yml renamed to .github/workflows/reusable-test-all-targets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: KMP Reusable Test All Targets
1+
name: Reusable Test All Targets
22

33
on:
44
workflow_call:

.github/workflows/kmp-run-test-and-build-all-targets.yml renamed to .github/workflows/run-test-and-build-all-targets.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: KMP RUN Test And Build All Targets
1+
name: RUN Test And Build All Targets
22

33
on:
44
push:
@@ -13,10 +13,10 @@ on:
1313
jobs:
1414
test-on-pr:
1515
name: Run KMP Tests
16-
uses: ./.github/workflows/kmp-reusable-test-all-targets.yml
16+
uses: reusable-test-all-targets.yml
1717
secrets: inherit
1818

1919
build-on-pr:
2020
name: Build All KMP Targets
21-
uses: ./.github/workflows/kmp-reusable-build-all-targets.yml
22-
secrets: inherit
21+
uses: reusable-build-all-targets.yml
22+
secrets: inherit

0 commit comments

Comments
 (0)