diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4a5867a..5529dc8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -144,6 +144,10 @@ jobs: cwd://${{ steps.meta.outputs.bake-file }} cwd://${{ steps.meta-alpine.outputs.bake-file }} + - name: Test + run: | + docker run --rm kubernaut:latest + - name: Setup Helm uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0