Skip to content

Publish to nmcp repo tasks should never be up-to-date #50

Publish to nmcp repo tasks should never be up-to-date

Publish to nmcp repo tasks should never be up-to-date #50

on: pull_request
jobs:
build-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- run: |
./gradlew build
./gradlew -p tests/jvm build
./gradlew -p tests/kmp publishAggregationToCentralPortal --configuration-cache
./gradlew -p tests/kmp build