diff --git a/.forgejo/workflows/int_porta-int-platform-core.yml b/.forgejo/workflows/int_porta-int-platform-core.yml index 33a59b74..1e9423c3 100644 --- a/.forgejo/workflows/int_porta-int-platform-core.yml +++ b/.forgejo/workflows/int_porta-int-platform-core.yml @@ -24,7 +24,7 @@ jobs: git reset --hard origin/int test -f env-int.env cp env-int.env .env - rm -f env-dev.env env-int.env env-prod.env + rm -f env-*.env source .venv/bin/activate pip install -r requirements.txt --no-cache-dir python -m pytest tests/ --ignore=tests/demo @@ -51,7 +51,7 @@ jobs: git reset --hard origin/int test -f env-int.env cp env-int.env .env - rm -f env-dev.env env-int.env env-prod.env + rm -f env-*.env source .venv/bin/activate pip install -r requirements.txt --no-cache-dir sudo systemctl restart gateway diff --git a/.forgejo/workflows/main_porta-main-platform-core.yml b/.forgejo/workflows/main_porta-main-platform-core.yml index b32bf566..ead7e6d6 100644 --- a/.forgejo/workflows/main_porta-main-platform-core.yml +++ b/.forgejo/workflows/main_porta-main-platform-core.yml @@ -24,7 +24,7 @@ jobs: git reset --hard origin/main test -f env-prod.env cp env-prod.env .env - rm -f env-dev.env env-int.env env-prod.env + rm -f env-*.env source .venv/bin/activate pip install -r requirements.txt --no-cache-dir python -m pytest tests/ --ignore=tests/demo @@ -51,7 +51,7 @@ jobs: git reset --hard origin/main test -f env-prod.env cp env-prod.env .env - rm -f env-dev.env env-int.env env-prod.env + rm -f env-*.env source .venv/bin/activate pip install -r requirements.txt --no-cache-dir sudo systemctl restart gateway