We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ac068 commit 6637e1cCopy full SHA for 6637e1c
.github/workflows/fixtures-test.yml
@@ -51,7 +51,7 @@ jobs:
51
run: pnpm --filter='./fixtures/*' run --parallel fixtures:build
52
53
- name: Prepare for diffing
54
- run: pnpx replace-in-files-cli --regex='"origin": ".*"' --replacement='"origin": "https://main.development.webstudio.is"' "./fixtures/*/.webstudio/data.json"
+ run: find . -type f -path "./fixtures/*/.webstudio/data.json" -exec sed 's|"origin": ".*"|"origin": "https://main.development.webstudio.is"|g' {} +
55
56
- name: Test git diff
57
# This command will fail if there are uncommitted changes, i.e something has broken
0 commit comments