diff --git a/.github/workflows/morongo_integration.yml b/.github/workflows/morango_integration.yml similarity index 94% rename from .github/workflows/morongo_integration.yml rename to .github/workflows/morango_integration.yml index 0ede527f936..fadbfd2de73 100644 --- a/.github/workflows/morongo_integration.yml +++ b/.github/workflows/morango_integration.yml @@ -27,7 +27,7 @@ jobs: if: needs.pre_job.outputs.should_skip != 'true' runs-on: ubuntu-20.04 env: - INTEGRATION_TESTS: true + INTEGRATION_TESTS: 'true' strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11'] @@ -71,7 +71,7 @@ jobs: if: needs.pre_job.outputs.should_skip != 'true' runs-on: ubuntu-latest env: - INTEGRATION_TESTS: true + INTEGRATION_TESTS: 'true' services: postgres: