We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7096e34 commit 07d65adCopy full SHA for 07d65ad
.github/workflows/e2e.yml
@@ -60,7 +60,6 @@ jobs:
60
working-directory: ./apps/native/
61
run: |
62
echo "Building web app..."
63
- export EXPO_PUBLIC_PROJECT_ID=${{ secrets.CLOUD_PROJECT_ID }}
64
yarn build:web
65
66
# - name: Upload Pages artifact
@@ -85,7 +84,6 @@ jobs:
85
84
env:
86
BASE_URL: ${{ inputs.base-url }}
87
WALLET_URL: ${{ inputs.wallet-url }}
88
- CLOUD_PROJECT_ID: ${{ secrets.CLOUD_PROJECT_ID }}
89
90
## Uncomment to see better logs in the terminal
91
# DEBUG: pw:api
@@ -100,4 +98,5 @@ jobs:
100
98
path: |
101
99
./apps/native/playwright-report/
102
./apps/native/test-results/
+ ./apps/native/dist/
103
retention-days: 7
0 commit comments