We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7027c commit fc63da3Copy full SHA for fc63da3
.github/workflows/test-execution.yml
@@ -44,12 +44,3 @@ jobs:
44
PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
PUBLISH_BRANCH: gh-pages
46
PUBLISH_DIR: allure-history
47
- - name: Post the link to the report
48
- if: always()
49
- uses: Sibz/github-status-action@v1
50
- with:
51
- authToken: ${{secrets.GITHUB_TOKEN}}
52
- context: 'Test report'
53
- state: 'success'
54
- sha: ${{ github.event.pull_request.head.sha }}
55
- target_url: https://tahanima.github.io/playwright-java-test-automation-architecture/${{ github.run_number }}
0 commit comments