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.
2 parents 5ce8368 + aace9c9 commit 6cd18c0Copy full SHA for 6cd18c0
.github/workflows/release.yaml
@@ -1,3 +1,4 @@
1
+name: release
2
on:
3
workflow_dispatch:
4
jobs:
.github/workflows/test-main.yml
@@ -47,11 +47,11 @@ jobs:
47
- name: '1.9.21 K2'
48
version: '1.9.21'
49
k2: true
50
- - name: '2.0.0-Beta1'
51
- version: '2.0.0-Beta1'
+ - name: '2.0.0-Beta3'
+ version: '2.0.0-Beta3'
52
k2: false
53
- - name: '2.0.0-Beta1 K2'
54
+ - name: '2.0.0-Beta3 K2'
55
56
env:
57
KOTLIN_VERSION: ${{ matrix.kotlin.version }}
@@ -72,4 +72,4 @@ jobs:
72
- name: Setup Gradle
73
uses: gradle/actions/setup-gradle@v3
74
- name: Test
75
- run: ./gradlew lintKotlin test
+ run: ./gradlew test
0 commit comments