Skip to content

Commit

Permalink
format the speclist as array
Browse files Browse the repository at this point in the history
  • Loading branch information
aledesma-godaddy committed Nov 2, 2023
1 parent 6c4e021 commit e4efbcf
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 @@ -63,7 +63,7 @@ jobs:
spec=$(echo $spec | sed 's:.*/::')
# Build spec list for cypress run.
spec_list+="${spec},"
spec_list+=""${spec}","
fi
done
Expand Down

0 comments on commit e4efbcf

Please sign in to comment.