mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Change compare type
This commit is contained in:
parent
6f8ed0d915
commit
de235c57f1
@ -19,7 +19,9 @@ jobs:
|
||||
- name: Compare files
|
||||
run: |
|
||||
echo "Saving diff to file"
|
||||
colordiff -u reference_file.txt Archimajor.RUL > diff.txt
|
||||
diff=$(grep -v -F -x -f reference_file.txt Archimajor.RUL | awk 'NR>1')
|
||||
echo "$diff" > diff.txt
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
- name: Show file contents
|
||||
|
Loading…
Reference in New Issue
Block a user