Skip to content

Added files pylint, integration tests, CI, workflow #592

Added files pylint, integration tests, CI, workflow

Added files pylint, integration tests, CI, workflow #592

name: Integration Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
integration-tests:
uses: ./.github/workflows/test_workflow.yml

Check failure on line 13 in .github/workflows/integration-tests.yml

View workflow run for this annotation

GitHub Actions / Integration Tests

Invalid workflow file

The workflow is not valid. .github/workflows/integration-tests.yml (Line: 13, Col: 11): Input python-version is required, but not provided while calling. .github/workflows/integration-tests.yml (Line: 13, Col: 11): Input package-manager is required, but not provided while calling.
with:
steps_override: |
- name: Create .env file
run: |
cat << EOF > .env
DB_USER=postgres
DB_PASSWORD=password
...
EOF
- name: Run Integration Tests
run: |
docker-compose exec backend pytest tests/integration/