Skip to content

πŸš€ Complete rebuild: AI-Powered Production Log Analyzer #2

πŸš€ Complete rebuild: AI-Powered Production Log Analyzer

πŸš€ Complete rebuild: AI-Powered Production Log Analyzer #2

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install pytest
- run: pytest tests/ || echo "Tests need implementation"