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 ac966bf commit 64bb9f4Copy full SHA for 64bb9f4
action.yml
@@ -34,6 +34,8 @@ runs:
34
- name: Install python dependencies
35
shell: bash
36
run: |
37
+ pwd
38
+ ls -la
39
python -m pip install -r requirements.txt
40
41
- name: Find flaky tests and write to result file
0 commit comments