Skip to content

Commit

Permalink
Update actions configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
eataborda committed Aug 17, 2024
1 parent 85b8191 commit 546f8c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automation-ui-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
if: always()
continue-on-error: true
with:
ref: gh-pages
path: gh-pages
ref: main
path: main
- name: Build test report
uses: simple-elf/allure-report-action@v1.7
if: always()
with:
gh_pages: gh-pages
gh_pages: main
allure_history: allure-history
allure_results: build/allure-results
- name: Publish test report
uses: peaceiris/actions-gh-pages@v3
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_branch: main
publish_dir: allure-history
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void orderInventoryItemsTest() {
SoftAssertions softAssertions = new SoftAssertions();
loginSteps.login(LoginUser.STANDARD_USER.getUser(), LoginUser.STANDARD_USER.getPassword());

//// initial list of item updated
//// initial list of item
List<String> initialNameList = inventorySteps.getItemNameList();

// inventory order name z to a
Expand Down

0 comments on commit 546f8c9

Please sign in to comment.