This commit is contained in:
@@ -10,15 +10,9 @@ jobs:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Install dependencies
|
||||
- name: Verify Python
|
||||
run: python3 --version && pip --version
|
||||
- name: Check project structure
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
pip install pytest pyyaml click rich jinja2 jsonschema prompt_toolkit tomli
|
||||
- name: Run tests
|
||||
run: |
|
||||
if [ -d "tests" ]; then
|
||||
pytest tests/ -v --tb=short
|
||||
else
|
||||
echo "No tests directory found"
|
||||
exit 1
|
||||
fi
|
||||
echo "Repository cloned successfully"
|
||||
echo "CI workflow is running"
|
||||
|
||||
Reference in New Issue
Block a user