From ae29d789ab1ecd761bb6e8b9782d4ccfc735d1d4 Mon Sep 17 00:00:00 2001 From: Yanming Wang Date: Fri, 7 Jul 2023 06:06:52 +0000 Subject: [PATCH] Rework CI --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 15d8c9012..4302581d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -79,10 +79,8 @@ fx2ait_tests: &fx2ait_tests command: | source $BASH_ENV mkdir -p ~/test-fx2ait-results - pushd fx2ait/fx2ait/test - TEST_FILES=$(circleci tests glob "test_*.py" "converters/**/test_*.py") + TEST_FILES=$(circleci tests glob "fx2ait/fx2ait/test/test_*.py" "fx2ait/fx2ait/test/converters/**/test_*.py") python3.8 -m pytest $TEST_FILES -o junit_family=xunit1 --junitxml=~/test-fx2ait-results/junit.xml --verbose --continue-on-collection-errors -rA - popd # Define a job to be invoked later in a workflow. # See: https://circleci.com/docs/2.0/configuration-reference/#jobs