Skip to content

Commit dc4455c

Browse files
committed
Remote execution.
1 parent 7e7f8d0 commit dc4455c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
4747
- name: Lint with flake8
4848
run: |
49-
echo "Testing"
49+
ping postgres
50+
5051
# stop the build if there are Python syntax errors or undefined names
5152
#flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
5253
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide

0 commit comments

Comments
 (0)