Skip to content

Commit 1e4e5e4

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 65f9d2c commit 1e4e5e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ jobs:
745745
- name: Wait for staging deployment to be ready
746746
run: |
747747
echo "⏳ Waiting for staging deployment to be ready for Lighthouse testing..."
748-
DEPLOYMENT_URL="${{ steps.deploy-staging.outputs.deployment-url }}"
748+
DEPLOYMENT_URL="${{ needs.deploy-staging.outputs.deployment-url }}"
749749
750750
# Wait up to 3 minutes for the staging deployment to be ready
751751
for i in {1..18}; do
@@ -762,7 +762,6 @@ jobs:
762762
echo "❌ Staging deployment not ready after 3 minutes, but continuing with Lighthouse test"
763763
fi
764764
done
765-
766765
- name: Run Lighthouse CI on staging site
767766
run: |
768767
echo "🚀 Starting Lighthouse CI performance testing on staging..."

0 commit comments

Comments
 (0)