Skip to content

Commit

Permalink
no ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Mar 7, 2024
1 parent 72e9a1e commit b02200d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- run: ./gradlew :androidApp:cleanTestDebugUnitTest :shared:testDebugUnitTest

iOS:
if: ${{ inputs.shouldRunKmp == 'true' || inputs.shouldRunIos == 'true' }}
#if: ${{ inputs.shouldRunKmp == 'true' || inputs.shouldRunIos == 'true' }}
if: false # not ready for ios (linux dev env)
runs-on: macos-13
timeout-minutes: 60
steps:
Expand Down

0 comments on commit b02200d

Please sign in to comment.