Skip to content

Commit

Permalink
ci: Run Python 3 version of nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Oct 23, 2023
1 parent 0d2d440 commit c2bd732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
sudo nipap-passwd add -u unittest -p gottatest -f /etc/nipap/local_auth.db -n unittest
sudo systemctl restart nipapd.service
# add some data to the database that we can verify later
nosetests tests/upgrade-before.py
nosetests3 tests/upgrade-before.py
# bump version so that we know we are upgrading beyond what is installed
(echo -e 'Version 9999.9.9\n------------------\n * Test version for automatic upgrade test'; cat NEWS) > NEWS2
mv NEWS2 NEWS
Expand Down

0 comments on commit c2bd732

Please sign in to comment.