[fix] gitlab-ci
This commit is contained in:
parent
2a80602077
commit
de5032ed33
|
|
@ -2,6 +2,7 @@ test:
|
|||
image: docker.io/library/alpine:3.18
|
||||
script:
|
||||
- apk update
|
||||
- apk add python3 py3-requests
|
||||
- apk add npm
|
||||
- npm install --global mocha
|
||||
- tools/build --include-tests
|
||||
- build/heimdall-test
|
||||
- mocha heimdall-test.mocha.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue