Updates from editor

This commit is contained in:
Fabian Aguilar Gomez
2024-09-09 15:30:05 -05:00
committed by GitHub
parent 2219f71d09
commit 5ed71eacfa

View File

@@ -45,13 +45,7 @@ jobs:
shell: bash shell: bash
- name: Compare files - name: Compare files
run: | run: diff -qr artifact artifact2
diff_output=$(diff -qr artifact artifact2 | grep -v -e '.hidden')
if [ -n "$diff_output" ]; then
echo "Unexpected differences found:"
echo "$diff_output"
exit 1
fi
shell: bash shell: bash
- name: Check for absence of symlinks - name: Check for absence of symlinks