From b340a962c6b35f2736a36b0b8460020aa47971fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Tue, 16 Jul 2024 19:48:13 +0200 Subject: [PATCH] Add envs and run up before codecov --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dd439c946..92dbb65a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,5 +50,8 @@ jobs: - uses: actions/setup-go@v4 with: go-version: '^1.21.1' + - run: cat .env >> $GITHUB_ENV || true + - run: make up + - run: make wait - run: make test_codecov - uses: codecov/codecov-action@v3