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