Skip to content

Commit

Permalink
Added env file generator for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Sep 6, 2024
1 parent d71b00d commit f8cd5bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ jobs:
run: npm i
- name: Install Cordova
run: npm install -g cordova
- name: Set .env file
env:
ENV_TEST_FILE: ${{ secrets.ENV_TEST_FILE }}
run: echo $ENV_TEST_FILE > testapp/.env
- name: Run iOS Tests
run: npm run buildAndRunCordovaIosTests

0 comments on commit f8cd5bf

Please sign in to comment.