Skip to content

Commit

Permalink
maestro cloud addition to e2e testing in ci/cd 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vanGalilea committed Jan 12, 2024
1 parent 65a3bd6 commit 1847ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
java-version: '17'
check-latest: true
- name: Save Keystore Credentials
working-directory: ~/.gradle/
# working-directory: ~/.gradle/
run: |
ls -la
touch gradle.properties
echo RN_TESTING_APP_UPLOAD_STORE_FILE=${{ secrets.RN_TESTING_APP_UPLOAD_STORE_FILE }} > gradle.properties
echo RN_TESTING_APP_UPLOAD_KEY_ALIAS=${{ secrets.RN_TESTING_APP_UPLOAD_KEY_ALIAS }} >> gradle.properties
Expand Down

0 comments on commit 1847ed7

Please sign in to comment.