We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381a97f commit b1298f9Copy full SHA for b1298f9
.github/workflows/ci.yaml
@@ -16,3 +16,22 @@ jobs:
16
build_validate_test:
17
uses: openmcp-project/build/.github/workflows/ci.lib.yaml@main
18
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
33
+ go-version-file: go.mod
34
35
+ - name: Run end-to-end tests
36
+ run: |
37
+ task e2e
0 commit comments