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 34fe8ad commit 1147353
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
runs-on: ubuntu-latest
name: ${{ matrix.container }}
strategy:
fail-fast: false
matrix: # TODO add gnome as an additional row in the matrix
container:
- 'ubuntu:22.04'
Expand Down Expand Up @@ -95,17 +96,3 @@ 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
# needs: distro-test
# steps:
# - name: Check distro-test results
# run: |
# for job in "${{ needs.distro-test.result }}"; do
# if [[ $job == *"failure"* ]]; then
# echo "A job in the matrix failed.";
# exit 1;
# fi
# done

0 comments on commit 1147353

Please sign in to comment.