Skip to content

Commit

Permalink
Update gh-action with pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiarn committed Jan 10, 2023
1 parent ec83f24 commit 96892c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/install-ajenti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo python3 -m pip install -r plugins/services/requirements.txt
sudo python3 -m pip install -r plugins/terminal/requirements.txt
sudo python3 -m pip install ajenti-dev-multitool
sudo python3 -m pip install nose
sudo python3 -m pip install pytest
sudo python3 -m pip uninstall -y gevent-socketio-hartwork python-socketio
sudo python3 -m pip install python-socketio==5.2.1
sudo python3 -m pip install cryptography==39.0.0
Expand All @@ -60,8 +60,8 @@ jobs:
run: |
sudo ajenti-dev-multitool --bower install || exit 1
sudo ajenti-dev-multitool --build || exit 1
- name: Running Nose tests
- name: Running pytest Tests
run: |
cd tests-nose
sudo nosetests tests || exit 1
cd tests-pytest
sudo pytest -s || exit 1
cd ..

0 comments on commit 96892c7

Please sign in to comment.