Skip to content

Commit

Permalink
Try to fix diff
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jan 4, 2025
1 parent abf92be commit 5000bd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fixtures-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Testing cli build command
run: pnpm --filter='./fixtures/*' run --parallel fixtures:build

- name: Prepare for diffing
run: find . -type f -path "./fixtures/*/.webstudio/data.json" -exec sed 's|"origin": ".*"|"origin": "https://main.development.webstudio.is"|g' {} +

- name: Test git diff
# This command will fail if there are uncommitted changes, i.e something has broken
run: git diff --name-only HEAD --exit-code
Expand Down

0 comments on commit 5000bd3

Please sign in to comment.