Skip to content

Commit

Permalink
cleanup (#66)
Browse files Browse the repository at this point in the history
### To be filled by the PR creator:

* A brief description of the changes made - 

* Do we have clean latest run report (Docker or Browserstack) attached
with this PR?
  * [ ] Yes
  * [ ] No (Please explain why)

* Does the PR contain changes to any core file?
  * [ ] Yes (Needs approval from at least 1 people)
  * [ ] No

* Is it
  * [ ] New Testcase
  * [ ] Fix


### To be filled by the PR reviewer:

* [ ] Verify the attached run report passed in GitHub Actions (Docker or
Browserstack run)

* General
    * [ ] Use the best strategy to locate the elements
    * [ ] Comments wherever the code is not readable by itself
    * [ ] Use of the right data structure for the use case
    * [ ] Reuse logic/functionality as much as possible
    * [ ] Cleanup of any test data that is generated by the tests
    * [ ] No static waits
  • Loading branch information
Tauqir Sarwar authored Mar 22, 2024
2 parents a9d993d + e817b1d commit 92d5f6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ui_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@ jobs:
if: always()
continue-on-error: true
with:
ref: gh-pages-1
path: gh-pages-1
ref: gh-pages
path: gh-pages

- name: Allure Report
uses: simple-elf/[email protected]
if: always()
with:
gh_pages: gh-pages-1
gh_pages: gh-pages
allure_results: allure-results
allure_history: allure-history

Expand All @@ -189,7 +189,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
PERSONAL_TOKEN: ${{ secrets.PYTEST_TOKEN }}
PUBLISH_BRANCH: gh-pages-1
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: allure-history

- name: Upload HTML run report in the Artifacts Folder
Expand Down Expand Up @@ -322,14 +322,14 @@ jobs:
if: always()
continue-on-error: true
with:
ref: gh-pages-1
path: gh-pages-1
ref: gh-pages
path: gh-pages

- name: Allure Report
uses: simple-elf/[email protected]
if: always()
with:
gh_pages: gh-pages-1
gh_pages: gh-pages
allure_results: allure-results
allure_history: allure-history

Expand All @@ -338,7 +338,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
PERSONAL_TOKEN: ${{ secrets.PYTEST_TOKEN }}
PUBLISH_BRANCH: gh-pages-1
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: allure-history

- name: Upload HTML run report in the Artifacts Folder
Expand Down

0 comments on commit 92d5f6c

Please sign in to comment.