Skip to content

Commit da27ced

Browse files
chore: remove GH job
1 parent 87dfd68 commit da27ced

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,3 @@ 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)