Skip to content

Commit

Permalink
Skip tests when building Debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Sep 22, 2024
1 parent 2211ac1 commit d9c2800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
sed -i 's/nvc (.*)/nvc (${{ env.VERSION }}-1)/' debian/changelog
sudo apt-get update
sudo apt-get build-dep .
export DEB_BUILD_OPTIONS=nocheck
dpkg-buildpackage -uc -us -b
mv ../*.deb .
- name: 'Upload artifact'
Expand Down

0 comments on commit d9c2800

Please sign in to comment.