Skip to content

Commit d9a8f1e

Browse files
committed
Change Kotlin test to custom build
1 parent e259906 commit d9a8f1e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/__kotlin-disable.yml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/kotlin-disable.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ steps:
1010
tools: ${{ steps.prepare-test.outputs.tools-url }}
1111
env:
1212
TEST_MODE: true
13-
- uses: ./../action/autobuild
13+
- name: Build code
14+
shell: bash
15+
run: ./build.sh
1416
- uses: ./../action/analyze
1517
id: analysis
1618
with:

0 commit comments

Comments
 (0)