Skip to content

Commit a796b5a

Browse files
committed
Temporary exclude building test executable for linux
1 parent c6dcb32 commit a796b5a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/snapshot_release.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
publish:
1616
runs-on: macos-latest
1717
steps:
18-
- name: 'Install native dependencies'
19-
run: brew install libunistring && brew link --force libunistring
2018
- name: 'Checkout Repository'
2119
uses: actions/checkout@v4
2220
with:
@@ -49,7 +47,14 @@ jobs:
4947
with:
5048
gradle-version: wrapper
5149
- name: Setup Gradle
52-
run: ./gradlew --no-daemon --info build publish koverXmlReport -x :benchmark:benchmark
50+
run: >
51+
./gradlew
52+
--no-daemon
53+
--info
54+
build publish koverXmlReport
55+
-x :benchmark:benchmark
56+
-x :linkDebugTestLinuxX64
57+
-x :test-suites:linkDebugTestLinuxX64
5358
env:
5459
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
5560
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}

0 commit comments

Comments
 (0)