We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e7110 commit 16168a5Copy full SHA for 16168a5
.github/workflow-templates/e2e-template.yaml
@@ -22,7 +22,8 @@ jobs:
22
java-version: 11
23
distribution: 'temurin'
24
cache: gradle
25
- - 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
26
+ - run: touch ./android/sentry.properties && echo "${{ secrets.ENV_SENTRY_FILE }}" >> ./android/sentry.properties
27
- run: npm install -g yarn
28
- run: yarn
29
- run: yarn android:build
0 commit comments