Skip to content

Commit

Permalink
Merge pull request #99 from bitPogo/feature/fix-setup
Browse files Browse the repository at this point in the history
Fix setup
  • Loading branch information
bitPogo authored Jan 20, 2023
2 parents 0b7ad1e + 53ece53 commit 65439de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: build-linux
uses: bitpogo/workflows/.github/workflows/shared-coding-conventions-linux.yml@main
with:
cache-results: false
cache-reports: false
concurrency:
group: coding-conventions-${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
Expand All @@ -38,7 +38,7 @@ jobs:
needs: [ build-macos, build-linux ]
uses: bitpogo/workflows/.github/workflows/shared-test-kmp.yml@main
with:
platforms: "['apple', 'linux-js', 'mingw']"
platforms: "['ios', 'macos', 'tvos', 'watchos', 'linux-js', 'mingw']"
concurrency:
group: check-${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
Expand All @@ -48,7 +48,7 @@ jobs:
uses: bitpogo/workflows/.github/workflows/shared-coverage-linux.yml@main
with:
verify-kmp: true
cache-results: false
restore-cached-reports: false
concurrency:
group: coverage-${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: bitpogo/workflows/.github/workflows/shared-test-kmp.yml@main
with:
cleanup: false
platforms: "['apple', 'linux-js', 'mingw']"
platforms: "['ios', 'macos', 'tvos', 'watchos', 'linux-all', 'mingw']"
concurrency:
group: check
cancel-in-progress: true
Expand All @@ -46,7 +46,7 @@ jobs:
maven-key: ${{ secrets.MAVEN_GPG_KEY }}
maven-pass: ${{ secrets.MAVEN_GPG_PASS }}
ossr-username: ${{ secrets.OSSR_USERNAME }}
ossr-token: ${{ secrets.OSSR_PASSWORD }}
ossr-password: ${{ secrets.OSSR_PASSWORD }}
concurrency:
group: publish
cancel-in-progress: true
2 changes: 1 addition & 1 deletion .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: [ build-macos, build-linux ]
uses: bitpogo/workflows/.github/workflows/shared-test-kmp.yml@main
with:
platforms: "['apple', 'linux-js', 'mingw']"
platforms: "['ios', 'macos', 'tvos', 'watchos', 'linux-all', 'mingw']"
concurrency:
group: check
cancel-in-progress: true
Expand Down

0 comments on commit 65439de

Please sign in to comment.