Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb authored Nov 17, 2023
1 parent 3c0d616 commit 0ce3e41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- target: iosSimulatorArm64Test
os: macos-latest
- target: desktopTest
os: ubuntu-latest
os: macos-latest
- target: testDebugUnitTest
os: ubuntu-latest
os: macos-latest
- target: testReleaseUnitTest
os: ubuntu-latest
os: macos-latest
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -49,4 +49,4 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@ce999babab2de1c4b649dc15f0ee67e6246c994f
with:
arguments: ${{ matrix.target }}
arguments: ${{ matrix.target }}

0 comments on commit 0ce3e41

Please sign in to comment.