Skip to content

Commit b1298f9

Browse files
chore: run e2e in CI
Co-authored-by: Christopher Junk <[email protected]>
1 parent 381a97f commit b1298f9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,22 @@ jobs:
1616
build_validate_test:
1717
uses: openmcp-project/build/.github/workflows/ci.lib.yaml@main
1818
secrets: inherit
19+
20+
e2e:
21+
runs-on: ubuntu-24.04
22+
needs: build_validate_test
23+
24+
steps:
25+
- name: Checkout code
26+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
27+
with:
28+
submodules: recursive
29+
30+
- name: Set up Go
31+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
32+
with:
33+
go-version-file: go.mod
34+
35+
- name: Run end-to-end tests
36+
run: |
37+
task e2e

0 commit comments

Comments
 (0)