Revert to working CI format
This commit is contained in:
@@ -6,11 +6,11 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup and test
|
- name: Debug
|
||||||
run: |
|
run: |
|
||||||
#!/bin/bash
|
set -x
|
||||||
set -e
|
whoami
|
||||||
pip3 install -e /app
|
pwd
|
||||||
pip3 install pytest pytest-asyncio
|
ls -la /app
|
||||||
cd /app
|
- name: Install and test
|
||||||
pytest tests/ -v
|
run: 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