Skip to content

Merge pull request #149 from knrdl/dependabot/docker/python-3.13.1-al… #282

Merge pull request #149 from knrdl/dependabot/docker/python-3.13.1-al…

Merge pull request #149 from knrdl/dependabot/docker/python-3.13.1-al… #282

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run test suite
run: |
cd tests/e2e
sudo ./run.sh
pytest:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run test suite
run: |
cd tests/pytest
sudo ./run.sh