Skip to content

add and use exasol toolbox (#66) #6

add and use exasol toolbox (#66)

add and use exasol toolbox (#66) #6

Workflow file for this run

name: Run Integration Tests
on:
push:
branches:
- main
pull_request:
jobs:
run_unit_tests:
runs-on: ubuntu-latest
steps:
- name: SCM Checkout
uses: actions/checkout@v4
- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
python-version: "3.10"
poetry-version: '1.8.2'
- name: Run pytest
run: poetry run nox -s integration-tests