Skip to content

Commit

Permalink
Add CI step to run prepare provider documentation.
Browse files Browse the repository at this point in the history
Adds CI step that was likely missing during refactoring when we
run prepare-provider-documentation step to test that it is
still working.

We are running pretty much all our `breeze` commnd in CI even those
that we are using for manual release management, just to make sure
they are still working and that none of the refactorings
break it. This is very reassuring that whenever you attempt to do
the release, most likely the tools that we use for that are still
working.
  • Loading branch information
potiuk committed Nov 22, 2022
1 parent 093345c commit a389c3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,9 @@ jobs:
uses: ./.github/actions/prepare_breeze_and_image
- name: "Cleanup dist files"
run: rm -fv ./dist/*
- name: "Prepare provider documentation"
run: breeze release-management prepare-provider-documentation
if: matrix.package-format == 'wheel'
- name: "Prepare provider packages: ${{matrix.package-format}}"
run: breeze release-management prepare-provider-packages --version-suffix-for-pypi dev0
- name: "Prepare airflow package: ${{matrix.package-format}}"
Expand Down

0 comments on commit a389c3e

Please sign in to comment.