Skip to content

Commit

Permalink
PMM-7 attach screenshots for codeceptjs tests (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv authored Feb 28, 2024
1 parent ff43320 commit e17f35f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/runner-e2e-tests-codeceptjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ jobs:
return `artifacts_for_${process.env.TAGS_FOR_TESTS.replaceAll('|', '')}`
result-encoding: string

- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: ${{ steps.artifact_name.outputs.result }}
path: |
pmm-ui-tests/tests/output/*.png
- name: Create status check
if: ${{ github.event_name != 'pull_request' && always() }}
uses: percona/gh-action-github-status-action@v1
Expand Down

0 comments on commit e17f35f

Please sign in to comment.