This commit is contained in:
@@ -6,11 +6,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Debug
|
- name: Setup and test
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
whoami
|
pip3 install -e /app && pip3 install pytest pytest-asyncio && pytest /app/tests/ -v
|
||||||
pwd
|
|
||||||
ls -la /app 2>&1 || ls -la / | head -10
|
|
||||||
python3 --version
|
|
||||||
pip3 install -e /app && pip3 install pytest pytest-asyncio && pytest /app/tests/ -v || echo "Test command failed with code $?"
|
|
||||||
Reference in New Issue
Block a user