Skip to content

Commit

Permalink
cleanup partial reports
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Feb 26, 2025
1 parent 17e0b46 commit daa74f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/flaky-tests-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ runs:
GITHUB_TOKEN: ${{ inputs.github_token }}
if: github.event_name == 'pull_request'

- name: Cleanup partial reports
shell: bash
run: rm -rf ctrf-reports/ctrf-report-*

inputs:
github_token:
description: "GitHub token for accessing APIs"
Expand Down

0 comments on commit daa74f2

Please sign in to comment.