Skip to content

#120 Running tests in SaaS [run aws tests] #51

#120 Running tests in SaaS [run aws tests]

#120 Running tests in SaaS [run aws tests] #51

Workflow file for this run

name: Check if versions are consistent
on: pull_request
jobs:
check-version-numbers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/prepare_poetry_env
- name: Check Release
run: poetry run python3 -u "./scripts/check_release_version.py"