ci: try fix test
This commit is contained in:
parent
d90e2bba34
commit
c872543cdf
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue