Skip to content

python - Integration Tests #4

python - Integration Tests

python - Integration Tests #4

name: integration-tests
run-name: python - Integration Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: docker-build
run: docker build -f docker/Dockerfile -t lsp-testing .
- name: docker-test
run: docker run lsp-testing python -m pytest