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:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: registry.altlinux.org/sisyphus/alt:20241211
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
|
@ -56,6 +58,10 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-golang-
|
${{ runner.os }}-golang-
|
||||||
|
|
||||||
|
- name: Prepare for tests
|
||||||
|
run: |
|
||||||
|
apt-get install apt-repo-tools
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
make test-coverage
|
make test-coverage
|
||||||
|
|
Loading…
Reference in a new issue