We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f9d2c commit 1e4e5e4Copy full SHA for 1e4e5e4
.github/workflows/ci-cd.yml
@@ -745,7 +745,7 @@ jobs:
745
- name: Wait for staging deployment to be ready
746
run: |
747
echo "⏳ Waiting for staging deployment to be ready for Lighthouse testing..."
748
- DEPLOYMENT_URL="${{ steps.deploy-staging.outputs.deployment-url }}"
+ DEPLOYMENT_URL="${{ needs.deploy-staging.outputs.deployment-url }}"
749
750
# Wait up to 3 minutes for the staging deployment to be ready
751
for i in {1..18}; do
@@ -762,7 +762,6 @@ jobs:
762
echo "❌ Staging deployment not ready after 3 minutes, but continuing with Lighthouse test"
763
fi
764
done
765
-
766
- name: Run Lighthouse CI on staging site
767
768
echo "🚀 Starting Lighthouse CI performance testing on staging..."
0 commit comments