multiple-test-python-versions
dgtlmoon 7 months ago
parent e75561b2f5
commit 73eb00a3e9

@ -31,7 +31,9 @@ jobs:
# Debug info
docker run test-changedetectionio bash -c 'pip list'
docker run test-changedetectionio bash -c 'python -v'
- name: We should be Python ${{ env.PYTHON_VERSION }} ...
run: |
docker run test-changedetectionio bash -c 'python3 --version'
- name: Spin up ancillary testable services
run: |
@ -60,7 +62,6 @@ jobs:
run: |
# Unit tests
echo "run test with unittest"
docker run test-changedetectionio bash -c 'python3 -v'
docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_notification_diff'
docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_watch_model'
docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_jinja2_security'

Loading…
Cancel
Save