Skip to content

Commit

Permalink
add flaky report step
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Jan 17, 2025
1 parent 680d9d9 commit 86e5475
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,7 @@ jobs:
with:
testmoUrl: ${{ secrets.TESTMO_URL }}
testmoToken: ${{ secrets.TESTMO_TOKEN }}
testmoRunId: ${{ needs.deploy-dashboard.outputs.TESTMO_RUN_ID }}
testmoRunId: ${{ needs.deploy-dashboard.outputs.TESTMO_RUN_ID }}

- name: Create flaky report
uses: ./.github/actions/flaky-tests-report

0 comments on commit 86e5475

Please sign in to comment.