Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
davibe committed Sep 14, 2024
1 parent 8028a9a commit c60557e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
run: |
set -euxo pipefail
find test/.tmp -name '*.deb' -print0 | xargs -t -0 -I {} \
sh -c "dpkg --fsys-tarfile {} | tar -C test/.tmp --wildcards --extract '*vmlinuz*' --file -"
sh -c "dpkg --fsys-tarfile {} | tar -C test/.tmp --wildcards --extract '*vmlinuz*|*config*' --file -"
- name: Run local integration tests
if: runner.os == 'Linux'
Expand Down

0 comments on commit c60557e

Please sign in to comment.