We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07aa76 commit 976fd87Copy full SHA for 976fd87
action.yml
@@ -39,10 +39,12 @@ runs:
39
uses: actions/setup-python@v5
40
41
- name: Install python dependencies
42
+ shell: bash
43
run: |
44
python -m pip install -r requirements.txt
45
46
- name: Find flaky tests and write to result file
47
48
49
python find_flaky_tests.py --slack-channel ${{ inputs.slack-channel-id }} --auth-token "${{ secrets.token }}" --prefix ${{ inputs.prefix }} ${{ inputs.repository }} ${{ inputs.branch }} > flaky_tests.json
50
0 commit comments