Skip to content

Commit

Permalink
github: tweak skipping tests during package build
Browse files Browse the repository at this point in the history
  • Loading branch information
cgzones authored and jvoisin committed Dec 13, 2023
1 parent 2be4d0e commit fed8c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
apt-get -qqy --no-install-recommends install $PACKAGES_TO_INSTALL ||
sudo apt-get -qqy --no-install-recommends install $PACKAGES_TO_INSTALL
- name: Build debs
run: DPKG_SKIP_TESTS=1 dpkg-buildpackage -i -us -uc -tc -I -rfakeroot
run: DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -i -us -uc -tc -I -rfakeroot
- name: Move built debs and rename
run: |
mv -v ../*.deb ./
Expand Down

0 comments on commit fed8c8f

Please sign in to comment.