From 3b754c29a5044f14408e8d173e9bdb896a835839 Mon Sep 17 00:00:00 2001 From: mibe Date: Thu, 21 Nov 2024 17:26:12 +0000 Subject: [PATCH] #170 Moved test utils --- .github/workflows/ci.yml | 2 +- test/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test/__init__.py diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34134e33..8f2d87d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: python-version: "3.10" poetry-version: "1.2.2" - - name: Run SaaS Tests + - name: Run Integration Tests env: SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }} SAAS_ACCOUNT_ID: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_ACCOUNT_ID }} diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 00000000..e69de29b