Skip to content

Commit

Permalink
Fix CI incorrect test section
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Feb 27, 2024
1 parent 8c70a60 commit 05e2c0b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ jobs:
make dch
- name: Test
run: |
make test
- name: Build
run: |
sudo apt-get update
sudo apt-get build-dep --no-install-recommends -y .
make all test deb
make all
sudo apt install -y binfmt-support qemu-user-static
container/build-deb
- name: Push
run: |
git push

0 comments on commit 05e2c0b

Please sign in to comment.