ci: fix test job (#9)
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:
parent
d90e2bba34
commit
c05a4c320b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue