Skip to content

Commit

Permalink
yaml file for SauceLabs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlitvinov committed Oct 23, 2024
1 parent e9dfebf commit f08c450
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/uitests_saucelabs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ jobs:
- name: notification to Slack
if: always()
run: |
chmod +x allure_notifications/allure-notifications-4.8.0.jar
java "-DconfigFile=allure_notifications/config.json" -jar allure_notifications/allure-notifications-4.8.0.jar
pwd
chmod +x ${{ github.workspace }}/SDK-Auto-Test/allure_notifications/allure-notifications-4.8.0.jar
java "-DconfigFile=allure_notifications/config.json" -jar ${{ github.workspace }}/SDK-Auto-Test/allure_notifications/allure-notifications-4.8.0.jar
- name: Adding summary
if: ${{ always() }}
Expand Down Expand Up @@ -173,6 +174,16 @@ jobs:
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: allure-history

- name: Post the link to the report
if: always()
uses: Sibz/github-status-action@v1
with:
authToken: ${{secrets.GITHUB_TOKEN}}
context: 'Test report'
state: 'success'
sha: ${{ github.event.pull_request.head.sha }}
target_url: simple-elf.github.io/github-allure-history/${{ github.run_number }}


# GITHUB_REF_NAME=feature/auto_test
# GITHUB_RUN_ID=10653731636
Expand Down

0 comments on commit f08c450

Please sign in to comment.