From 2167ca093f368bc0b14406db047b3195a746de9f Mon Sep 17 00:00:00 2001 From: Robert Bradley Date: Fri, 1 Nov 2024 21:54:22 +0000 Subject: [PATCH] feat: pytest fixes --- .github/workflows/behave.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/behave.yml b/.github/workflows/behave.yml index 9b975b4870..ea2f5b7b24 100644 --- a/.github/workflows/behave.yml +++ b/.github/workflows/behave.yml @@ -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