|
|
@ -285,7 +285,7 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
set -euxo pipefail
|
|
|
|
set -euxo pipefail
|
|
|
|
find test/.tmp -name '*.deb' -print0 | xargs -t -0 -I {} \
|
|
|
|
find test/.tmp -name '*.deb' -print0 | xargs -t -0 -I {} \
|
|
|
|
sh -c "dpkg --fsys-tarfile {} | tar -C test/.tmp --wildcards --extract '*vmlinuz*|*config*' --file -"
|
|
|
|
sh -c "dpkg --fsys-tarfile {} | tar -C test/.tmp --wildcards --extract '*vmlinuz*' --wildcards --extract '*config*' --file -"
|
|
|
|
|
|
|
|
|
|
|
|
- name: Run local integration tests
|
|
|
|
- name: Run local integration tests
|
|
|
|
if: runner.os == 'Linux'
|
|
|
|
if: runner.os == 'Linux'
|
|
|
|