Skip to content

Commit da61330

Browse files
authored
Try and fix Verify
Removing blank line changes to see if that improves the situation with intermittent runs
1 parent 1a292a0 commit da61330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: rm -rf src/generated/resources/.cache
4343
- name: Compare generated resources
4444
run: |
45-
diff -r --strip-trailing-cr generatedBak src/generated
45+
diff -r --strip-trailing-cr --ignore-blank-lines generatedBak src/generated
4646
if [ $? -ne 0 ]; then
4747
echo "Mismatch between generated data and committed data, please re-run runDataProd and push those changes.";
4848
exit 1;

0 commit comments

Comments
 (0)