Skip to content

Commit

Permalink
workflows/test.yml: TEMPORARY change ipxe script filepaths
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Kaverinskyi <[email protected]>
  • Loading branch information
EduKav1813 committed Dec 13, 2024
1 parent e4bd401 commit 4d13f32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
- name: Run IPXE server
shell: bash
run: ./open-source-firmware-validation/scripts/ci/ipxe-run.sh \
build/tmp/deploy/images/genericx86-64/dts-base-image-genericx86-64.cpio.gz \
build/tmp/deploy/images/genericx86-64/bzImage &
~/dts2.1.0/dts-base-image-v2.1.0.cpio.gz ~/dts-2.1.0/bzImage-v2.1.0
# build/tmp/deploy/images/genericx86-64/dts-base-image-genericx86-64.cpio.gz \
# build/tmp/deploy/images/genericx86-64/bzImage &

- name: Install requirements
shell: bash
Expand Down

0 comments on commit 4d13f32

Please sign in to comment.