Skip to content

Commit

Permalink
wip: add back unit test task in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Manrich121 committed Jan 30, 2024
1 parent 9b244e0 commit 66c5792
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 }}

Expand Down

0 comments on commit 66c5792

Please sign in to comment.