Skip to content

Commit

Permalink
Update containers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 25, 2024
1 parent 0e4fc3f commit 34fe8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
# TODO - consider making these steps some kind of subroutine
# or some other way to avoid redundant runs in the matrix
# consider using dependencies for that: https://stackoverflow.com/questions/58457140/dependencies-between-workflows-on-github-actions
continue-on-error: true
steps: # TODO - exit if the change was in the path that is not a dependency
# - name: "set APT to non-interactive"
# shell: bash
Expand Down Expand Up @@ -96,6 +95,7 @@ jobs:
! -name ".wget-hsts" \
\) -print0 |
xargs -0 -I{} bash -c 'if ! diff -C 30 "/tmp/old_home/$1" "$1"; then echo "diff failed for: $1"; exit 1; fi' bash {}
continue-on-error: true

# check-results:
# runs-on: ubuntu-22.04
Expand Down

0 comments on commit 34fe8ad

Please sign in to comment.