File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 4141 uses : gradle/actions/setup-gradle@v3
4242 with :
4343 gradle-version : ${{ env.GRADLE_VERSION }}
44+ arguments : |
45+ assemble
46+ allTests
47+ --stacktrace
48+ --warning-mode all
49+ -Pkotlin.native.enableKlibsCrossCompilation=false
4450
45- - name : Run all tests
46- run : gradle assemble allTests --stacktrace --warning-mode all
51+ # - name: Run all tests
52+ # run: gradle assemble allTests --stacktrace --warning-mode all -Pkotlin.native.enableKlibsCrossCompilation=false
4753
4854 publish-releases :
4955 name : Publish releases
Original file line number Diff line number Diff line change 6262 uses : gradle/actions/setup-gradle@v3
6363 with :
6464 gradle-version : ${{ env.GRADLE_VERSION }}
65+ arguments : |
66+ assemble
67+ allTests
68+ --stacktrace
69+ --warning-mode all
70+ -Pkotlin.native.enableKlibsCrossCompilation=false
6571
66- - name : Run all tests
67- run : gradle assemble allTests --stacktrace --warning-mode all
72+ # - name: Run all tests
73+ # run: gradle assemble allTests --stacktrace --warning-mode all -Pkotlin.native.enableKlibsCrossCompilation=false
6874
6975 publish-snapshots :
7076 name : Publish snapshots
You can’t perform that action at this time.
0 commit comments