Skip to content

Commit

Permalink
Merge pull request #102 from WalletConnect/maestro-fix
Browse files Browse the repository at this point in the history
chore: updated maestro flows
  • Loading branch information
ignaciosantise authored Sep 27, 2023
2 parents 478396f + 16168a5 commit 4ac5088
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflow-templates/e2e-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
java-version: 11
distribution: 'temurin'
cache: gradle
- run: touch .env && echo "ENV_PROJECT_ID=${{ secrets.ENV_PROJECT_ID }}\nENV_RELAY_URL=${{ secrets.ENV_RELAY_URL }}" >> .env
- run: touch .env && echo "ENV_PROJECT_ID=${{ secrets.ENV_PROJECT_ID }}\nENV_RELAY_URL=${{ secrets.ENV_RELAY_URL }}\nENV_SENTRY_DSN=${{ secrets.ENV_SENTRY_DSN }}" >> .env
- run: touch ./android/sentry.properties && echo "${{ secrets.ENV_SENTRY_FILE }}" >> ./android/sentry.properties
- run: npm install -g yarn
- run: yarn
- run: yarn android:build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cli-dapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
java-version: 11
distribution: 'temurin'
cache: gradle
- run: touch .env && echo "ENV_PROJECT_ID=${{ secrets.ENV_PROJECT_ID }}\nENV_RELAY_URL=${{ secrets.ENV_RELAY_URL }}" >> .env
- run: touch .env && echo "ENV_PROJECT_ID=${{ secrets.ENV_PROJECT_ID }}\nENV_RELAY_URL=${{ secrets.ENV_RELAY_URL }}\nENV_SENTRY_DSN=${{ secrets.WCM_SENTRY_DSN }}" >> .env
- run: touch ./android/sentry.properties && echo "${{ secrets.WCM_SENTRY_FILE }}" >> ./android/sentry.properties
- run: npm install -g yarn
- run: yarn
- run: yarn android:build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cli-wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
java-version: 11
distribution: 'temurin'
cache: gradle
- run: touch .env && echo "ENV_PROJECT_ID=${{ secrets.ENV_PROJECT_ID }}\nENV_RELAY_URL=${{ secrets.ENV_RELAY_URL }}" >> .env
- run: touch .env && echo "ENV_PROJECT_ID=${{ secrets.ENV_PROJECT_ID }}\nENV_RELAY_URL=${{ secrets.ENV_RELAY_URL }}\nENV_SENTRY_DSN=${{ secrets.W3W_SENTRY_DSN }}" >> .env
- run: touch ./android/sentry.properties && echo "${{ secrets.W3W_SENTRY_FILE }}" >> ./android/sentry.properties
- run: npm install -g yarn
- run: yarn
- run: yarn android:build
Expand Down

0 comments on commit 4ac5088

Please sign in to comment.