Skip to content

Commit

Permalink
global env
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Dec 12, 2023
1 parent c362f88 commit 2412998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
env:
APP_PATH: ./examples/Rn071/ios/DerivedData/Build/Products/Release-iphonesimulator/Rn071.app
PROJECT_NAME: Rn071
EXAMPLE_SRC: ./examples/${{ env.PROJECT_NAME }}/src/**

jobs:
build-ios:
Expand All @@ -23,7 +24,6 @@ jobs:
- uses: actions/cache@v3
id: cache
env:
EXAMPLE_SRC: ./examples/${{ env.PROJECT_NAME }}/src
KEY: hashFiles(format('src/**', 'ios/**', ${{ env.EXAMPLE_SRC }} ))
with:
path: |
Expand Down

0 comments on commit 2412998

Please sign in to comment.