Skip to content

Commit 1c9e231

Browse files
committed
Put back the worker url.
1 parent 9d2e433 commit 1c9e231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
apiToken: ${{ secrets.CLOUDFLARE_AUTH }}
4949
accountId: ${{secrets.CLOUDFLARE_ACCOUNT}}
5050
- name: Post-Deployment Integration Test
51-
run: npm run test:e2e
51+
run: WORKER_URL="${{ steps.deploy-worker.outputs.deployment-url }} npm run test:e2e
5252
env:
5353
WORKER_URL: ${{ secrets.STAGE_WORKER_URL }}
5454
- name: Semantic Release

.github/workflows/install-lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
apiToken: ${{ secrets.CLOUDFLARE_AUTH }}
5050
accountId: ${{secrets.CLOUDFLARE_ACCOUNT}}
5151
- name: Post-Deployment Integration Test
52-
run: npm run test:e2e
52+
run: WORKER_URL="${{ steps.deploy-worker.outputs.deployment-url }} npm run test:e2e
5353
env:
5454
WORKER_URL: ${{ secrets.STAGE_WORKER_URL }}
5555
- name: Semantic Release (Dry Run)

0 commit comments

Comments
 (0)