diff --git a/.github/workflows/test-hosted-runners.yml b/.github/workflows/test-hosted-runners.yml index 94866e8..a85499f 100644 --- a/.github/workflows/test-hosted-runners.yml +++ b/.github/workflows/test-hosted-runners.yml @@ -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