simplify test workflow to JVM only

This commit is contained in:
2026-01-15 14:25:42 +01:00
parent 9c7a9e4926
commit d55ec62be9

View File

@@ -19,27 +19,10 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
key: gradle-${{ hashFiles('**/libs.versions.toml') }} key: gradle-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: gradle- restore-keys: gradle
path: | path: |
~/.gradle/caches/ ~/.gradle/caches/
~/.gradle/wrapper/ ~/.gradle/wrapper/
- name: Cache Konan
uses: actions/cache@v4
with:
key: konan-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: konan-
path: |
~/.konan/
- name: Cache Node
uses: actions/cache@v4
with:
key: node-${{ hashFiles('**/libs.versions.toml') }}
restore-keys: node-
path: |
~/.gradle/nodejs
~/.gradle/yarn
- name: Test - name: Test
run: ./gradlew allTests run: ./gradlew jvmTest