Update end-to-end-tests.yaml
This commit is contained in:
parent
b34012f289
commit
b6521ba86e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/end-to-end-tests.yaml
vendored
3
.github/workflows/end-to-end-tests.yaml
vendored
|
@ -140,9 +140,10 @@ jobs:
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
- uses: Sibz/github-status-action@faaa4d96fecf273bd762985e0e7f9f933c774918 # v1
|
- uses: Sibz/github-status-action@faaa4d96fecf273bd762985e0e7f9f933c774918 # v1
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
authToken: ${{ secrets.GITHUB_TOKEN }}
|
authToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
state: ${{ needs.tests.result == 'success' && 'success' || 'failure' }}
|
state: ${{ (!failure() && needs.tests.result == 'success') && 'success' || 'failure' }}
|
||||||
context: ${{ github.workflow }} / end-to-end-tests
|
context: ${{ github.workflow }} / end-to-end-tests
|
||||||
sha: ${{ github.event.workflow_run.head_sha }}
|
sha: ${{ github.event.workflow_run.head_sha }}
|
||||||
target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue