File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4040
4141 - name : Run tests
4242 run : |
43- python3 -m pip install --upgrade pip pytest psycopg furl cryptography
44- python3 -m pytest -vv test_action.py
43+ python3 -m pip install -r tests/requirements.txt
44+ python3 -m pytest -vv tests/ test_action.py
4545 env :
4646 CONNECTION_URI : ${{ steps.postgres.outputs.connection-uri }}
4747 SERVICE_NAME : ${{ steps.postgres.outputs.service-name }}
8888
8989 - name : Run tests
9090 run : |
91- python3 -m pip install --upgrade pip pytest psycopg furl cryptography
92- python3 -m pytest -vv test_action.py
91+ python3 -m pip install -r tests/requirements.txt
92+ python3 -m pytest -vv tests/ test_action.py
9393 env :
9494 CONNECTION_URI : ${{ steps.postgres.outputs.connection-uri }}
9595 SERVICE_NAME : ${{ steps.postgres.outputs.service-name }}
Original file line number Diff line number Diff line change 1+ cryptography
2+ furl
3+ psycopg
4+ pytest
File renamed without changes.
You can’t perform that action at this time.
0 commit comments