mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-08-20 01:07:02 +00:00
robot: Add agent config bootstrap test
Signed-off-by: mudler <mudler@kairos.io>
This commit is contained in:
parent
e1990ab35d
commit
1dad1b6e07
@ -52,6 +52,7 @@ test:
|
|||||||
RUN go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
|
RUN go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
|
||||||
COPY +luet/luet /usr/bin/luet
|
COPY +luet/luet /usr/bin/luet
|
||||||
COPY . .
|
COPY . .
|
||||||
|
ENV ACK_GINKGO_DEPRECATIONS=2.5.1
|
||||||
RUN ginkgo run --fail-fast --slow-spec-threshold 30s --covermode=atomic --coverprofile=coverage.out -p -r ./pkg ./internal ./cmd ./sdk
|
RUN ginkgo run --fail-fast --slow-spec-threshold 30s --covermode=atomic --coverprofile=coverage.out -p -r ./pkg ./internal ./cmd ./sdk
|
||||||
SAVE ARTIFACT coverage.out AS LOCAL coverage.out
|
SAVE ARTIFACT coverage.out AS LOCAL coverage.out
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user