Skip to content

Commit

Permalink
Merge pull request zingolabs#730 from juanky201271/dev_deactivating_m…
Browse files Browse the repository at this point in the history
…acos_e2e_tests

Detox is failing in macos
  • Loading branch information
juanky201271 authored Oct 13, 2024
2 parents ff82a38 + da0bdc2 commit 0ea5d6a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ jobs:
timestamp: ${{ needs.create-timestamp.outputs.timestamp }}
cache-key: ${{ needs.create-cache-key.outputs.cache-key }}

ios-e2e-test:
uses: ./.github/workflows/ios-e2e-test.yaml
needs: [create-timestamp, ios-build]
with:
timestamp: ${{ needs.create-timestamp.outputs.timestamp }}
cache-key: ${{ needs.create-cache-key.outputs.cache-key }}
# deactivating these for now, until we fix how
# detox run in MACOS.
#ios-e2e-test:
# uses: ./.github/workflows/ios-e2e-test.yaml
# needs: [create-timestamp, ios-build]
# with:
# timestamp: ${{ needs.create-timestamp.outputs.timestamp }}
# cache-key: ${{ needs.create-cache-key.outputs.cache-key }}

0 comments on commit 0ea5d6a

Please sign in to comment.