Skip to content

Commit

Permalink
Disable script unit tests until new ones are made
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Oct 14, 2021
1 parent e351157 commit 4742c3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,16 @@ jobs:

- name: Prepare test environment
run: |
sudo apt-get -qq update
sudo apt-get -yq install python3-nose2
pip3 install --user --upgrade pip wheel setuptools pypandoc
pip3 install --user --upgrade cov-core future nose2 unittest2 pyyaml
pip3 install --user --upgrade cov-core future unittest2 pyyaml python-dotenv toml pyxdg jinja2
- name: Run DebOps unit tests
run: |
make clean-tests
make test-debops-tools test-debops-ansible_plugins
#make test-debops-tools test-debops-ansible_plugins
make test-debops-ansible_plugins
make check
debops-wheel:
Expand Down

0 comments on commit 4742c3b

Please sign in to comment.