From c05a4c320bfa4a9ff3f32cccb2a9e46cbab026fe Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Wed, 1 Jan 2025 00:20:40 +0000 Subject: [PATCH] ci: fix test job (#9) Reviewed-on: https://code.alt-gnome.ru/aides-infra/aides-repo-api/pulls/9 Co-authored-by: Maxim Slipenko Co-committed-by: Maxim Slipenko --- .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..86a0270 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: ghcr.io/aides-infra/aides-repo-api-test-image:20241231 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