diff --git a/.github/workflows/ci-pull-request-validation.yml b/.github/workflows/ci-pull-request-validation.yml index 89e40e6c..de99cda7 100644 --- a/.github/workflows/ci-pull-request-validation.yml +++ b/.github/workflows/ci-pull-request-validation.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 15fce441..39c6bca1 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -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 @@ -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 diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 96f94c8a..8a33c04f 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -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