mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Change diff to colordiff
This commit is contained in:
parent
2031dad8b1
commit
6f8ed0d915
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Compare files
|
||||
run: |
|
||||
echo "Saving diff to file"
|
||||
diff -u reference_file.txt Archimajor.RUL > diff.txt
|
||||
colordiff -u reference_file.txt Archimajor.RUL > diff.txt
|
||||
continue-on-error: true
|
||||
|
||||
- name: Show file contents
|
||||
|
Loading…
Reference in New Issue
Block a user