From c69bef3a2128483ce27f2f2e5c0ab80d7a9fbfd7 Mon Sep 17 00:00:00 2001 From: raf-nr Date: Fri, 22 Dec 2023 16:11:45 +0300 Subject: [PATCH] chore: add goal for up of docker container in CI --- .github/workflows/run-linter-and-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-linter-and-tests.yaml b/.github/workflows/run-linter-and-tests.yaml index cdaaa4d7..1ede1e95 100644 --- a/.github/workflows/run-linter-and-tests.yaml +++ b/.github/workflows/run-linter-and-tests.yaml @@ -24,5 +24,8 @@ jobs: - name: Run all linters and formatters run: make lint + - name: Up all containers + run: make up -d && sleep 10 + - name: Run all tests and count coverage run: make test