diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index f70bd9c5..0ee40f9b 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -65,8 +65,8 @@ jobs: # restock detection via playwright - added name=changedet here so that playwright/browserless can connect to it docker run --rm --name "changedet" -e "FLASK_SERVER_NAME=changedet" -e "PLAYWRIGHT_DRIVER_URL=ws://browserless:3000" --network changedet-network test-changedetectionio bash -c 'cd changedetectionio;pytest --live-server-port=5004 --live-server-host=0.0.0.0 tests/restock/test_restock.py' - # SMTP content types - docker run --rm -e "PLAYWRIGHT_DRIVER_URL=ws://browserless:3000" --network changedet-network test-changedetectionio bash -c 'cd changedetectionio;pytest tests/smtp/test_notification_smtp.py' + # SMTP content types - needs the 'Debug SMTP server/echo message back server' container from above + docker run --rm --network changedet-network test-changedetectionio bash -c 'cd changedetectionio;pytest tests/smtp/test_notification_smtp.py' - name: Test with puppeteer fetcher and disk cache