We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31ff4f commit 5522652Copy full SHA for 5522652
.github/workflows/test.yml
@@ -80,8 +80,9 @@ jobs:
80
81
- name: Run IPXE server
82
shell: bash
83
- run: ./open-source-firmware-validation/scripts/ci/ipxe-run.sh \
84
- ~/dts2.1.0/dts-base-image-v2.1.0.cpio.gz ~/dts2.1.0/bzImage-v2.1.0 &
+ run: |
+ ./open-source-firmware-validation/scripts/ci/ipxe-run.sh \
85
+ ~/dts2.1.0/dts-base-image-v2.1.0.cpio.gz ~/dts2.1.0/bzImage-v2.1.0 &
86
# build/tmp/deploy/images/genericx86-64/dts-base-image-genericx86-64.cpio.gz \
87
# build/tmp/deploy/images/genericx86-64/bzImage &
88
0 commit comments