File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1616 build_validate_test :
1717 uses : openmcp-project/build/.github/workflows/ci.lib.yaml@main
1818 secrets : inherit
19+
20+ e2e_test :
21+ runs-on : ubuntu-24.04
22+ steps :
23+ - uses : actions/checkout@v6
24+ - name : Set up Go
25+ uses : actions/setup-go@v6
26+ with :
27+ go-version : " 1.25"
28+ - name : e2e test
29+ run : go test -v ./e2e/... -count=1
Original file line number Diff line number Diff line change @@ -5,7 +5,5 @@ includes:
55 taskfile : hack/common/Taskfile_library.yaml
66 flatten : true
77 vars :
8- CODE_DIRS : ' {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/pkg/... {{.ROOT_DIR}}/e2e/...'
9- REPO_URL : ' https://github.com/openmcp-project/openmcp-testing'
10-
11- # TODO: overwirte task test to run e2e with verbosity
8+ CODE_DIRS : " {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/pkg/..."
9+ REPO_URL : " https://github.com/openmcp-project/openmcp-testing"
You can’t perform that action at this time.
0 commit comments