Skip to content

Commit 07d65ad

Browse files
chore: action change
1 parent 7096e34 commit 07d65ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
working-directory: ./apps/native/
6161
run: |
6262
echo "Building web app..."
63-
export EXPO_PUBLIC_PROJECT_ID=${{ secrets.CLOUD_PROJECT_ID }}
6463
yarn build:web
6564
6665
# - name: Upload Pages artifact
@@ -85,7 +84,6 @@ jobs:
8584
env:
8685
BASE_URL: ${{ inputs.base-url }}
8786
WALLET_URL: ${{ inputs.wallet-url }}
88-
CLOUD_PROJECT_ID: ${{ secrets.CLOUD_PROJECT_ID }}
8987

9088
## Uncomment to see better logs in the terminal
9189
# DEBUG: pw:api
@@ -100,4 +98,5 @@ jobs:
10098
path: |
10199
./apps/native/playwright-report/
102100
./apps/native/test-results/
101+
./apps/native/dist/
103102
retention-days: 7

0 commit comments

Comments
 (0)