Skip to content

Commit

Permalink
fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aledesma-godaddy committed Feb 28, 2024
1 parent 5e92985 commit bd79a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
spec_list=()
for line in $changed_files; do
if [[ "$line" =~ src/(blocks|extensions|componets|block-styles).* ]]; then # If changed file is within our tested paths.
if [[ "$line" =~ src/(blocks|extensions|components|block-styles).* ]]; then # If changed file is within our tested paths.
changed_path=$(echo $line | cut -d'/' -f3) # Get the main path of the changed file, e.g. author, food-and-drinks, lightbox.
Expand Down

0 comments on commit bd79a5e

Please sign in to comment.