Skip to content

Merge pull request #960 from CodeGraphContext/fix573 #2

Merge pull request #960 from CodeGraphContext/fix573

Merge pull request #960 from CodeGraphContext/fix573 #2

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 .[dev]
pip install kuzu
- name: Run end-to-end tests
run: |
chmod +x tests/run_tests.sh
./tests/run_tests.sh e2e