Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed May 8, 2023
1 parent b0fb0d4 commit 2723f6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ name: e2e
on:
push:
pull_request:
branches: [ master ]
workflow_dispatch:

env:
GO_VERSION: "1.20.1"
K8S_VERSION: "v1.26.0"
KIND_VERSION: "v0.17.0"
KIND_CLUSTER_NAME: "kind-cloud"
GO_VERSION: "1.20.4"

jobs:
e2e:
Expand Down

0 comments on commit 2723f6f

Please sign in to comment.