Skip to content

Commit

Permalink
testing workflow: remove unused steps
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed May 15, 2024
1 parent b4397f5 commit a8ab8e5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,6 @@ jobs:
id: go
- name: Check out code
uses: actions/checkout@v3
- name: Create k8s Kind Cluster
uses: helm/[email protected]
with:
version: v0.20.0
config: utils/kind-cluster.yaml
cluster_name: ${{ env.KIND_CLUSTER_NAME }}
wait: 120s
- name: Check cluster info
run: |
kubectl cluster-info dump
- name: Run make env-setup
run: |
make env-setup
- name: Run tests
run: |
make test
Expand Down

0 comments on commit a8ab8e5

Please sign in to comment.