Skip to content

Init github commit

Init github commit #3

name: Code checks - tests
on:
push:
branches: [ development, release-* ] #TODO: drop once debug finished
pull_request:
branches:
- development
- release-*
jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/test_python_docker.yml@feat/test-ci
with:
bypass_checks: false
python_version: 3.11