File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 apiToken : ${{ secrets.CLOUDFLARE_AUTH }}
4949 accountId : ${{secrets.CLOUDFLARE_ACCOUNT}}
5050 - name : Post-Deployment Integration Test
51- run : WORKER_URL="${{ steps.deploy-worker.outputs.deployment-url }} 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
Original file line number Diff line number Diff line change 4949 apiToken : ${{ secrets.CLOUDFLARE_AUTH }}
5050 accountId : ${{secrets.CLOUDFLARE_ACCOUNT}}
5151 - name : Post-Deployment Integration Test
52- run : WORKER_URL="${{ steps.deploy-worker.outputs.deployment-url }} 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)
You can’t perform that action at this time.
0 commit comments