mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 08:06:18 +00:00
Updates from editor
This commit is contained in:
committed by
GitHub
parent
2219f71d09
commit
5ed71eacfa
8
.github/workflows/test-hosted-runners.yml
vendored
8
.github/workflows/test-hosted-runners.yml
vendored
@@ -45,13 +45,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: Compare files
|
||||
run: |
|
||||
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
|
||||
run: diff -qr artifact artifact2
|
||||
shell: bash
|
||||
|
||||
- name: Check for absence of symlinks
|
||||
|
||||
Reference in New Issue
Block a user