Skip to content

Commit 6cd18c0

Browse files
authored
Merge pull request #219 from ProjectMapK/update_ci
Correction of WF
2 parents 5ce8368 + aace9c9 commit 6cd18c0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: release
12
on:
23
workflow_dispatch:
34
jobs:

.github/workflows/test-main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
- name: '1.9.21 K2'
4848
version: '1.9.21'
4949
k2: true
50-
- name: '2.0.0-Beta1'
51-
version: '2.0.0-Beta1'
50+
- name: '2.0.0-Beta3'
51+
version: '2.0.0-Beta3'
5252
k2: false
53-
- name: '2.0.0-Beta1 K2'
54-
version: '2.0.0-Beta1'
53+
- name: '2.0.0-Beta3 K2'
54+
version: '2.0.0-Beta3'
5555
k2: true
5656
env:
5757
KOTLIN_VERSION: ${{ matrix.kotlin.version }}
@@ -72,4 +72,4 @@ jobs:
7272
- name: Setup Gradle
7373
uses: gradle/actions/setup-gradle@v3
7474
- name: Test
75-
run: ./gradlew lintKotlin test
75+
run: ./gradlew test

0 commit comments

Comments
 (0)