Skip to content

Commit

Permalink
ci: use the gradle-test-and-check composite action in kotlin-multip…
Browse files Browse the repository at this point in the history
…latform-ci.yml
  • Loading branch information
ShreckYe authored Feb 14, 2025
1 parent b9ba0ce commit 90634d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kotlin-multiplatform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read

steps:
- uses: huanshankeji/.github/actions/gradle-check@refactor-common-actions
- uses: huanshankeji/.github/actions/gradle-test-and-check@composite-actions-add-gradle-test
with:
jdk-versions: 8-zulu

Expand All @@ -24,7 +24,7 @@ jobs:
contents: write

steps:
- uses: huanshankeji/.github/actions/dependency-submission@refactor-common-actions
- uses: huanshankeji/.github/actions/dependency-submission@composite-actions-add-gradle-test
with:
jdk-version: 8
jdk-distribution: zulu

0 comments on commit 90634d5

Please sign in to comment.