From 23ef67efec324ed2b67e6b696e8714275daf706f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 13 Aug 2023 15:01:34 +0200 Subject: [PATCH] Add debug to build --- .github/workflows/test-only.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index a7de9c7b..9acfb3f8 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -36,6 +36,8 @@ jobs: run: | # Build a changedetection.io container and start testing inside docker build . -t test-changedetectionio + # Debug info + docker run test-changedetectionio bash -c 'pip list' - name: Spin up ancillary SMTP+Echo message test server run: | @@ -44,7 +46,6 @@ jobs: - name: Test built container with pytest run: | - # Unit tests docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_notification_diff'