9 lines
216 B
YAML
9 lines
216 B
YAML
test:
|
|
image: docker.io/library/alpine:3.18
|
|
script:
|
|
- apk update
|
|
- apk add npm
|
|
- npm install --global mocha
|
|
- tools/build --include-tests
|
|
- mocha heimdall-test.mocha.js
|