Skip to content

Commit

Permalink
update the pipline for support behave reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiw committed Nov 28, 2024
1 parent 1bd37c2 commit 696585e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "qase-pytest"
- "qase-robotframework"
- "qase-python-commons"
- "qase-behave"
name: Project ${{ matrix.changed-dir }} - Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
"qase-pytest",
"qase-robotframework",
"qase-python-commons",
"qase-behave"
]
if: startsWith(github.event.ref, 'refs/tags')
steps:
Expand Down

0 comments on commit 696585e

Please sign in to comment.