Skip to content

Commit

Permalink
update: adding .env step
Browse files Browse the repository at this point in the history
  • Loading branch information
obstar committed Jul 23, 2024
1 parent 6fc6bd5 commit c611383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e_mobile_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: 🦾 Create .env file
run: |
echo "APP_PATH=/Users/runner/Library/Developer/Xcode/DerivedData/App-blxepnvneboqwlgarzrdhnpgxqiw/Build/Products/Debug-iphonesimulator/App.app" > .env
- name: Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit c611383

Please sign in to comment.