We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dcb32 commit a796b5aCopy full SHA for a796b5a
.github/workflows/snapshot_release.yml
@@ -15,8 +15,6 @@ jobs:
15
publish:
16
runs-on: macos-latest
17
steps:
18
- - name: 'Install native dependencies'
19
- run: brew install libunistring && brew link --force libunistring
20
- name: 'Checkout Repository'
21
uses: actions/checkout@v4
22
with:
@@ -49,7 +47,14 @@ jobs:
49
47
50
48
gradle-version: wrapper
51
- name: Setup Gradle
52
- run: ./gradlew --no-daemon --info build publish koverXmlReport -x :benchmark:benchmark
+ run: >
+ ./gradlew
+ --no-daemon
53
+ --info
54
+ build publish koverXmlReport
55
+ -x :benchmark:benchmark
56
+ -x :linkDebugTestLinuxX64
57
+ -x :test-suites:linkDebugTestLinuxX64
58
env:
59
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
60
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
0 commit comments