Skip to content

Commit ed2cc8a

Browse files
committed
ci (python-app.yaml): turn off debugging mode
1 parent 508acc2 commit ed2cc8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
env:
23-
DEBUG_WITH_SSH: true
23+
DEBUG_WITH_SSH: false
2424

2525
steps:
2626
- uses: actions/checkout@v2
@@ -54,9 +54,9 @@ jobs:
5454
run: |
5555
pyirk --bootstrap-config --ci-mode
5656
57-
# - name: run all tests
58-
# run: |
59-
# python -m unittest
57+
- name: run all tests
58+
run: |
59+
python -m unittest
6060
6161
6262
# debugging (set env.DEBUG_WITH_SSH to true (see above))

0 commit comments

Comments
 (0)