From a3f551a7298a659852309c69d1b9aed37110b91f Mon Sep 17 00:00:00 2001 From: Kanahiro Date: Wed, 29 May 2024 23:18:39 +0900 Subject: [PATCH] migrate to unittest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5283676..c183dfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: docker exec qgis-testing-environment sh -c "qgis_setup.sh $PLUGIN_NAME" docker exec qgis-testing-environment sh -c "rm -f /root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/$PLUGIN_NAME" docker exec qgis-testing-environment sh -c "ln -s /tests_directory/$PLUGIN_NAME /root/.local/share/QGIS/QGIS3/profiles/default/python/plugins/$PLUGIN_NAME" - docker exec qgis-testing-environment sh -c "pip3 install -r requirements.txt" + docker exec qgis-testing-environment sh -c "pip3 install -r /tests_directory/$PLUGIN_NAME/requirements.txt" - name: Docker run plugin tests run: |