Skip to content

Commit 976fd87

Browse files
committed
🎨 Add missing shell config
1 parent e07aa76 commit 976fd87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ runs:
3939
uses: actions/setup-python@v5
4040

4141
- name: Install python dependencies
42+
shell: bash
4243
run: |
4344
python -m pip install -r requirements.txt
4445
4546
- name: Find flaky tests and write to result file
47+
shell: bash
4648
run: |
4749
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
4850

0 commit comments

Comments
 (0)