Skip to content

Commit

Permalink
Update gradle tasks in test workflow to match new namings
Browse files Browse the repository at this point in the history
  • Loading branch information
tonelli-m committed Jul 24, 2024
1 parent f2fa530 commit 0e62e1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: ./.github/actions/job-set-up

- name: Run tests
run: ./gradlew :shared:cleanTestDebugUnitTest :shared:testDebugUnitTest
run: ./gradlew :composeApp:cleanTestDebugUnitTest :composeApp:testDebugUnitTest

- name: Upload reports
if: always()
Expand All @@ -49,7 +49,7 @@ jobs:
run: ./gradlew :androidApp:clean :androidApp:build

- name: Run tests
run: ./gradlew :androidApp:cleanTestDebugUnitTest :shared:testDebugUnitTest
run: ./gradlew :androidApp:cleanTestDebugUnitTest :composeApp:testDebugUnitTest

- name: Upload reports
if: always()
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
cache-disabled: true

- name: run tests
run: ./gradlew :shared:cleanIosSimulatorArm64Test :shared:iosSimulatorArm64Test
run: ./gradlew :composeApp:cleanIosSimulatorArm64Test :composeApp:iosSimulatorArm64Test

- name: Upload reports
if: always()
Expand Down

0 comments on commit 0e62e1b

Please sign in to comment.