Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phaubertin committed Dec 6, 2024
1 parent d4a13b1 commit 03e0e7b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-i686.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: make testapp
run: ${{ env.MAKE }} testapp

- name: make qemu
run: ${{ env.MAKE }} qemu

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand All @@ -52,5 +49,5 @@ jobs:
userspace/lib/jinue/libjinue-utils.a
userspace/testapp/jinue-testapp-initrd.tar.gz
- name: make qemu-check
run: ${{ env.MAKE }} qemu-check
- name: Run tests
run: ${{ env.MAKE }} check

0 comments on commit 03e0e7b

Please sign in to comment.