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