This commit is contained in:
dgtlmoon
2023-06-30 16:00:06 +02:00
parent 73cb605ac2
commit 96c7cf6086
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -1,2 +1,18 @@
.git
.github
changedetectionio/processors/__pycache__
changedetectionio/api/__pycache__
changedetectionio/model/__pycache__
changedetectionio/blueprint/price_data_follower/__pycache__
changedetectionio/blueprint/tags/__pycache__
changedetectionio/blueprint/__pycache__
changedetectionio/blueprint/browser_steps/__pycache__
changedetectionio/fetchers/__pycache__
changedetectionio/tests/visualselector/__pycache__
changedetectionio/tests/restock/__pycache__
changedetectionio/tests/__pycache__
changedetectionio/tests/fetchers/__pycache__
changedetectionio/tests/unit/__pycache__
changedetectionio/tests/proxy_list/__pycache__
changedetectionio/__pycache__
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- name: Spin up ancillary SMTP+Echo message test server
run: |
# Debug SMTP server/echo message back server
docker run --network changedet-network -d --hostname mailserver bash -c 'python changedetectionio/tests/smtp/smtp-test-server.py' --rm -p 11025:11025 -p 11080:11080 python:3.10-bullseye
docker run --network changedet-network -p 11025:11025 -p 11080:11080 --hostname mailserver test-changedetectionio bash -c 'python changedetectionio/tests/smtp/smtp-test-server.py' -d
- name: Test built container with pytest
run: |