From a61682cd12bca8e46b44a7b40bd48a906095c5a7 Mon Sep 17 00:00:00 2001 From: Valeria Bulanova Date: Mon, 27 Nov 2023 17:40:41 +0300 Subject: [PATCH] Second attempt --- .github/workflows/main.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b6456da31..5676182b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -155,11 +155,12 @@ jobs: - name: run bash script with all logic for starting compose and running tests run: | bash /src/ci/execute_test_with_docker_compose.sh "${{ matrix.value }}" "${{ job.container.network }}" "${{ env.compose_prj }}" \ - WE_ARE_IN_CI=1 \ - GOOGLE_API_KEY="${{ secrets.EXT_GOOGLE_API_KEY }}" \ - BITRIX_TOKEN="${{ secrets.EXT_BITRIX_TOKEN }}" \ - BITRIX_DATALENS_TOKEN="${{ secrets.EXT_BITRIX_DATALENS_TOKEN }}" \ - METRIKA_OAUTH="${{ secrets.EXT_METRIKA_OAUTH }}" + WE_ARE_IN_CI=1 + env: + GOOGLE_API_KEY: "${{ secrets.EXT_GOOGLE_API_KEY }}" + BITRIX_TOKEN: "${{ secrets.EXT_BITRIX_TOKEN }}" + BITRIX_DATALENS_TOKEN: "${{ secrets.EXT_BITRIX_DATALENS_TOKEN }}" + METRIKA_OAUTH: "${{ secrets.EXT_METRIKA_OAUTH }}" - name: Stop compose if provided # We could not put this into bash script, since job could be cancelled by user request if: always() # yes! always @@ -171,6 +172,7 @@ jobs: path: /report/ retention-days: 1 + mypy: runs-on: [ self-hosted, linux, light ] needs: router