From c872543cdf40529c9b6971d52d48f1002312bff9 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Tue, 31 Dec 2024 21:21:19 +0300 Subject: [PATCH] ci: try fix test --- .forgejo/workflows/format-lint-test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/format-lint-test.yaml b/.forgejo/workflows/format-lint-test.yaml index 1b6a415..07ea3db 100644 --- a/.forgejo/workflows/format-lint-test.yaml +++ b/.forgejo/workflows/format-lint-test.yaml @@ -36,6 +36,8 @@ jobs: test: runs-on: docker + container: + image: registry.altlinux.org/sisyphus/alt:20241211 steps: - name: Checkout Code @@ -56,6 +58,10 @@ jobs: restore-keys: | ${{ runner.os }}-golang- + - name: Prepare for tests + run: | + apt-get install apt-repo-tools + - name: Run Tests run: | make test-coverage