diff --git a/.github/workflows/integration_tests_without_db.yaml b/.github/workflows/integration_tests_without_db.yaml index 1a5f7fcf..3486b5e8 100644 --- a/.github/workflows/integration_tests_without_db.yaml +++ b/.github/workflows/integration_tests_without_db.yaml @@ -10,6 +10,7 @@ jobs: matrix: python-version: [ 3.8 ] runs-on: ubuntu-latest + name: Prepare Matrix for integration tests without DB steps: - uses: actions/checkout@v2