Skip to content

Commit

Permalink
seperate unit test and crd validation
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Oct 17, 2023
1 parent be2a426 commit 44f68d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
- 'docs/**'
- '**.md'


jobs:
unit:
runs-on: ubuntu-latest
Expand All @@ -30,22 +29,3 @@ jobs:
- name: Run tests
run: |
make test-only
validate-crd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install k3d tools
run: |
make -C hack/ci/ install-k3d-tools
- name: Install Kyma CLI & setup k3d cluster using kyma CLI
run: |
make kyma
make -C hack/ci/ create-k3d
kubectl version
kubectl cluster-info
- name: apply crd
run: kubectl apply -f config/crd/bases/operator.kyma-project.io_eventings.yaml
13 changes: 0 additions & 13 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,6 @@ on:

jobs:
crd:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sync GO dependencies
run: |
go mod tidy
go mod vendor
- name: Run tests
run: |
make test-only
validate-crd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 44f68d1

Please sign in to comment.