Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Dec 12, 2023
1 parent 2ea58ce commit c260b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: E2E tests (ios)

# Android + iOS maestro tests by environment
# PR flow that includes all testing + build in a different step from maestro
# Cache pods

on:
workflow_dispatch:
push:
pull_request:
push: # temp

env:
APP_PATH: ./examples/Rn071/ios/DerivedData/Build/Products/Release-iphonesimulator/Rn071.app
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
path: |
${{ env.APP_PATH }}
${{ env.APP_PATH }}.dSYM
key: ${{ runner.os }}-${{ hashFiles('src/**', 'ios/**', 'examples/${{ env.PROJECT_NAME }}/src/**') }}
key: ${{ runner.os }}-${{ hashFiles('src/**', 'ios/**', env.EXAMPLE_SRC ) }}

- uses: mobile-dev-inc/[email protected]
with:
Expand Down

0 comments on commit c260b90

Please sign in to comment.