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 e6ff4e1 commit 19c7700Copy full SHA for 19c7700
1 file changed
.github/workflows/test.yml
@@ -42,6 +42,8 @@ jobs:
42
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
43
- name: Initial Setup before running tests
44
run: |
45
+ ls -l
46
+ pwd
47
sh "bash ./tests/initial_setup.sh -v 0.45.2.1"
48
- name: Test with pytest
49
0 commit comments