From 42c26d4e23d4ff4780bb28dd2b73bf83ff924f78 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 30 Jun 2023 15:26:47 +0200 Subject: [PATCH] improve comment --- .github/workflows/test-only.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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