From 66c57923ca8b8a778191f7efcf75a4301581251c Mon Sep 17 00:00:00 2001 From: Manrich121 Date: Tue, 30 Jan 2024 16:02:53 +0200 Subject: [PATCH] wip: add back unit test task in gh action --- .github/workflows/gradle.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a759a15e..3b56a8b7 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1,10 +1,3 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle - name: Java CI with Gradle on: @@ -24,7 +17,9 @@ jobs: include: - target: iosSimulatorArm64Test os: macos-latest - - target: jvmTest + - target: testDebugUnitTest + os: ubuntu-latest + - target: testReleaseUnitTest os: ubuntu-latest runs-on: ${{ matrix.os }}