Skip to content

Commit

Permalink
Fixed test ios parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Sep 9, 2024
1 parent 86c3423 commit 963590d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Set .env file
env:
ENV_TEST_FILE: ${{ secrets.ENV_TEST_FILE }}
run: echo "$ENV_TEST_FILE" > testapp/.env
run: echo -e "$ENV_TEST_FILE" > testapp/.env
- name: Run iOS Tests
run: npm run buildAndRunCordovaIosTests

0 comments on commit 963590d

Please sign in to comment.