Skip to content

Commit

Permalink
global sed
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Jun 13, 2024
1 parent 35d8623 commit 5826757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/run-specs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
echo -n "${CHANGED_FILES:-$(git --no-pager diff --name-only origin/main)}" \
| sed 's/___/\n/' \
| sed 's/___/\n/g' \
| node "$(git rev-parse --show-toplevel)/test/cypress/spec-map.js"

0 comments on commit 5826757

Please sign in to comment.