ci: fix test job (#9)
All checks were successful
Format and Lint / format-check (push) Successful in 2m46s
Format and Lint / test (push) Successful in 54s

Reviewed-on: https://code.alt-gnome.ru/aides-infra/aides-repo-api/pulls/9
Co-authored-by: Maxim Slipenko <no-reply@maxim.slipenko.com>
Co-committed-by: Maxim Slipenko <no-reply@maxim.slipenko.com>
This commit is contained in:
Максим Слипенко 2025-01-01 00:20:40 +00:00 committed by Максим Слипенко
parent d90e2bba34
commit c05a4c320b

View file

@ -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