Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsalesdeandrade committed Jun 12, 2024
1 parent 6c9ade2 commit 873196c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/generate_allure_report.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Run Python tests and generate Allure report

on:
push:
branches:
- gh-pages # Adjust this as necessary for your project
on: [push]

jobs:
test:
Expand Down Expand Up @@ -46,7 +43,7 @@ jobs:
if: always()
with:
allure_results: allure-results
allure_history: gh-pages/allure-history
allure_history: allure-results
gh_pages: true

- name: Publish Allure report on GitHub Pages
Expand All @@ -55,4 +52,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: gh-pages
publish_dir: allure-history

0 comments on commit 873196c

Please sign in to comment.