Skip to content

Merge pull request #36 from tapiab/doc_fix_missing_index #33

Merge pull request #36 from tapiab/doc_fix_missing_index

Merge pull request #36 from tapiab/doc_fix_missing_index #33

Workflow file for this run

name: Test PESTO commands
on: push
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install requirements
run: |
pip install -r pesto-cli/requirements.txt
pip install wheel
- name: Install Pesto
run: make install
- name: Run integration tests
run: pesto-cli/integrationtests/tests-all.py