Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Apr 15, 2024
1 parent 99b54ed commit 880e0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:

- name: Load Allure test report history
uses: actions/checkout@v4
if: ${{ always() && $matrix.python-version == env.PRIMARY_PYTHON_VERSION && matrix.platform == env.PRIMARY_PLATFORM }}
if: ${{ always() && matrix.python-version == env.PRIMARY_PYTHON_VERSION && matrix.platform == env.PRIMARY_PLATFORM }}
with:
ref: gh-pages
path: gh-pages

- name: Generate Allure test report
uses: andgineer/allure-report@v1.4
id: allure-report
if: ${{ always() && $matrix.python-version == env.PRIMARY_PYTHON_VERSION && matrix.platform == env.PRIMARY_PLATFORM }}
if: ${{ always() && matrix.python-version == env.PRIMARY_PYTHON_VERSION && matrix.platform == env.PRIMARY_PLATFORM }}
with:
website-source: gh-pages
allure-results: allure-results
Expand Down

0 comments on commit 880e0ff

Please sign in to comment.