| commit | aa6e27a7dd90f9e39b09391d5e29cb2be40c32fd | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Sun Jun 29 23:17:54 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed Jul 02 11:31:53 2025 +0400 |
| tree | 45618e5bdb96098f599cadc2aa07a9a86df08003 | |
| parent | 2f393c12fe97a6794a8bd6a5969320bbf184fe3f [diff] [blame] |
AppRunner: Automatically annotate logs Change-Id: I5e614fc1e841e183ac649758972428ae55162a67
diff --git a/Jenkinsfile b/Jenkinsfile index 8f651cf..3ad77fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -46,6 +46,11 @@ sh 'go run cuelang.org/go/cmd/cue fmt app_configs/*.cue --check' sh 'go test ./...' } + dir('apps/app-runner') { + sh 'go mod tidy' + sh 'go build *.go' + sh 'go test ./...' + } dir('core/auth/memberships') { sh 'go mod tidy' sh 'go build *.go'