Skip to content

Commit

Permalink
Merge pull request #219 from ProjectMapK/update_ci
Browse files Browse the repository at this point in the history
Correction of WF
  • Loading branch information
k163377 authored Feb 10, 2024
2 parents 5ce8368 + aace9c9 commit 6cd18c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: release
on:
workflow_dispatch:
jobs:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- name: '1.9.21 K2'
version: '1.9.21'
k2: true
- name: '2.0.0-Beta1'
version: '2.0.0-Beta1'
- name: '2.0.0-Beta3'
version: '2.0.0-Beta3'
k2: false
- name: '2.0.0-Beta1 K2'
version: '2.0.0-Beta1'
- name: '2.0.0-Beta3 K2'
version: '2.0.0-Beta3'
k2: true
env:
KOTLIN_VERSION: ${{ matrix.kotlin.version }}
Expand All @@ -72,4 +72,4 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Test
run: ./gradlew lintKotlin test
run: ./gradlew test

0 comments on commit 6cd18c0

Please sign in to comment.