Skip to content

Commit

Permalink
disable e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendesce committed Mar 30, 2024
1 parent 19b1787 commit 2248857
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,20 @@ jobs:
with:
java-version: '17'
distribution: 'adopt'

- name: Create Kind Cluster
uses: helm/[email protected]
- name: Test with Maven

- name: Unit Testing with Maven
run: |
kubectl cluster-info --context kind-chart-testing
mvn -B compile --file ./resilience-bench/operator/pom.xml
find ./resilience-bench/operator/target/classes/META-INF/fabric8 -type f -name "*-v1.yml" | xargs -I {} kubectl apply -f {}
kubectl get crd
mvn -B test --file ./resilience-bench/operator/pom.xml
# - name: Create Kind Cluster
# uses: helm/[email protected]
# - name: Test with Maven
# run: |
# kubectl cluster-info --context kind-chart-testing
# mvn -B compile --file ./resilience-bench/operator/pom.xml
# find ./resilience-bench/operator/target/classes/META-INF/fabric8 -type f -name "*-v1.yml" | xargs -I {} kubectl apply -f {}
# kubectl get crd
# mvn -B test --file ./resilience-bench/operator/pom.xml

# Log in to GitHub Container Registry
- name: Log in to the Container registry
Expand Down

0 comments on commit 2248857

Please sign in to comment.