From ce074a3a4b679b4b56dd2cd6bfd054a9257d6721 Mon Sep 17 00:00:00 2001 From: philip Date: Fri, 24 Nov 2023 10:08:22 +0000 Subject: [PATCH] test circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9165d56042..4fe515bda3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,7 +85,7 @@ jobs: # pytest -v -s --color=yes --code-highlight=yes --log-level=DEBUG --junitxml=test-results/doajtest-selenium.xml $TESTS - run: - name: [DEBUG] Run selenium tests + name: "[DEBUG] Run selenium tests" command: | pytest -v -s --color=yes --code-highlight=yes --log-level=DEBUG --junitxml=test-results/doajtest-selenium.xml doajtest/seleniumtest/test_public.py