Skip to content

Commit

Permalink
test deploy farm service not on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin op iMac committed Oct 31, 2023
1 parent 42358a6 commit d7d6834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Run tests
- name: Run tests with pytest
run: |
pytest tests
pytest
deploy:
runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
flask
gunicorn
pytest

0 comments on commit d7d6834

Please sign in to comment.