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 40
40
41
41
- name : Run tests
42
42
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
45
45
env :
46
46
CONNECTION_URI : ${{ steps.postgres.outputs.connection-uri }}
47
47
SERVICE_NAME : ${{ steps.postgres.outputs.service-name }}
88
88
89
89
- name : Run tests
90
90
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
93
93
env :
94
94
CONNECTION_URI : ${{ steps.postgres.outputs.connection-uri }}
95
95
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