Skip to content

Commit

Permalink
Update chainsaw.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
camaeel authored Jan 13, 2025
1 parent 6f5a33d commit 9a6bcf2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/chainsaw.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# $schema: https://json.schemastore.org/github-workflow.json

name: chainsaw E2E test
Expand Down Expand Up @@ -40,7 +39,6 @@ jobs:
- name: Check kind cluster install
run: |
kubectl version
K8S_VERSION
kubectl wait --for=jsonpath='{.status.phase}'=Running pod --all -A --timeout 120s
kubectl get pods -A
kubectl get nodes
Expand All @@ -49,4 +47,4 @@ jobs:
run: helm version

- name: run chainsaw
run: chainsaw test chainsaw/*
run: chainsaw test chainsaw/*

0 comments on commit 9a6bcf2

Please sign in to comment.