diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f71fe4f66..a8349c8367 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,6 +162,18 @@ jobs: DefaultDeviceTimeoutSec=180 EOF + tee mkosi.configure <&2 + cat + EOF + + for script in sync prepare build postinst finalize postoutput clean + do + tee "mkosi.${script}" <&2 + TOK + done + - name: Run integration tests run: | sudo --preserve-env \