Skip to content

Commit

Permalink
feat: pytest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad committed Nov 1, 2024
1 parent 1076279 commit 2167ca0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/behave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,9 @@ jobs:
publish_branch: gh-pages
publish_dir: allure-history/full

- name: Deploy
- name: Deploy Partial Report
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history/partial

0 comments on commit 2167ca0

Please sign in to comment.