0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

ci: add generate-cli test

This commit is contained in:
2025-05-14 18:19:13 +02:00
committed by Jan Wyzula
parent 01870f9cda
commit e60d0cb5ca
2 changed files with 54 additions and 0 deletions

View File

@ -25,6 +25,11 @@ jobs:
if: needs.check_pr_status.outputs.branch-pr == ''
uses: ./.github/workflows/pytest-matrix.yml
generate-cli-test:
needs: [check_pr_status, formatter]
if: needs.check_pr_status.outputs.branch-pr == ''
uses: ./.github/workflows/generate-cli-check.yml
end2end-test:
needs: [check_pr_status, formatter]
if: needs.check_pr_status.outputs.branch-pr == ''