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