We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7f8d0 commit dc4455cCopy full SHA for dc4455c
1 file changed
.github/workflows/python-testing.yml
@@ -46,7 +46,8 @@ jobs:
46
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
47
- name: Lint with flake8
48
run: |
49
- echo "Testing"
+ ping postgres
50
+
51
# stop the build if there are Python syntax errors or undefined names
52
#flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
53
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
0 commit comments