FIX: Raise error if service revision doesn't exist when no registry #515
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: version-compatibility | |
on: | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
check-compatibility-tested: | |
if: "!contains(github.event.head_commit.message, 'skipci')" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v5 | |
- name: Install Poetry | |
uses: snok/install-poetry@v1 | |
- name: Check version compatibility has been tested | |
run: python scripts/check_version_compatibility_tested.py |