Skip to content

Commit

Permalink
Merge pull request #197 from Dasharo/test-ci-fix
Browse files Browse the repository at this point in the history
.github/workflows/test.yml: Hotfix
  • Loading branch information
PLangowski authored Nov 25, 2024
2 parents 482f808 + cd2e285 commit 931d481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
imgfetch --name file_initrd dts-base-image-genericx86-64.cpio.gz\n
kernel file_kernel root=/dev/nfs initrd=file_initrd\n
boot" > ipxe/dts.ipxe
cd ipxe && python3-m http.server 4321 &
cd ipxe && python3 -m http.server 4321 &
- name: Install requirements
shell: bash
run: |
Expand Down

0 comments on commit 931d481

Please sign in to comment.