We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40878b6 commit 47f7afcCopy full SHA for 47f7afc
.github/workflows/main.yml
@@ -180,6 +180,17 @@ jobs:
180
ndctl='${{ github.workspace }}'/ndctl \
181
../run_qemu/run_qemu.sh ${{ matrix.run_opts }} --no-kvm
182
183
+ - name: upload test logs
184
+ uses: actions/upload-artifact@v4
185
+ with:
186
+ name: logs ${{ matrix.cfg.os }}
187
+ if-no-files-found: error
188
+ path: |
189
+ /tmp/rq_0.log
190
+ # This sample would work if we were "pre-"compiling outside the mkosi chroot first.
191
+ # ${{ github.workspace }}/ndctl/build/meson-logs/meson-log.txt
192
+
193
194
# Test update_existing_rootfs(), default value for distro= and various other things
195
- name: incremental build
196
run: |
0 commit comments