Skip to content

Commit

Permalink
Launch e2e tests when build is successful
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Feb 21, 2024
1 parent 0711700 commit e5be734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
e2e-web-page-report:
name: E2E Web Page Report
runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: dorny/test-reporter@v1
id: linux-e2e-test-results
Expand Down

0 comments on commit e5be734

Please sign in to comment.