Skip to content

Commit 5522652

Browse files
committed
test
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
1 parent a31ff4f commit 5522652

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ jobs:
8080
8181
- name: Run IPXE server
8282
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 &
83+
run: |
84+
./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 &
8586
# build/tmp/deploy/images/genericx86-64/dts-base-image-genericx86-64.cpio.gz \
8687
# build/tmp/deploy/images/genericx86-64/bzImage &
8788

0 commit comments

Comments
 (0)