This commit is contained in:
@@ -6,7 +6,11 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install pip
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
pip3 install --no-cache-dir pytest 2>&1 || echo "Exit code: $?"
|
pip3 install --no-cache-dir -e /app 2>&1 | tail -30 || echo "Exit code: $?"
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
|
set -x
|
||||||
|
pytest /app/tests/ -v 2>&1 | tail -30 || echo "Exit code: $?"
|
||||||
Reference in New Issue
Block a user