Skip to content

Merge pull request #734 from jannahopp/feat/cpp-parser-improvements #711

Merge pull request #734 from jannahopp/feat/cpp-parser-improvements

Merge pull request #734 from jannahopp/feat/cpp-parser-improvements #711

Workflow file for this run

name: End-to-end Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install pytest
- name: Run end-to-end tests
run: |
chmod +x tests/run_tests.sh
./tests/run_tests.sh e2e