Skip to content

Commit

Permalink
Test commit 6
Browse files Browse the repository at this point in the history
  • Loading branch information
phapsidesGT committed Sep 3, 2024
1 parent 06d84b8 commit 99c72ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
deploy:
name: Deploy to Shopify Store
runs-on: ubuntu-latest
needs: [lhci, theme-check] # Ensure deployment runs after Lighthouse and Theme Check
needs: [theme-check] # Ensure deployment runs after Theme Check
steps:
- uses: actions/checkout@v3 # Checkout code; no need for Node version specification here

Expand Down

0 comments on commit 99c72ea

Please sign in to comment.