Skip to content

Commit

Permalink
add install kubectl
Browse files Browse the repository at this point in the history
Signed-off-by: LiZhenCheng9527 <[email protected]>
  • Loading branch information
LiZhenCheng9527 committed Jan 25, 2024
1 parent a5c5fe6 commit 185bed2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
name: e2e

name: E2E
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main

permissions:
contents: read

jobs:
e2e-test:
runs-on: ubuntu-22.04
Expand All @@ -31,6 +21,8 @@ jobs:
uses: azure/setup-helm@v3
with:
version: v3.10.1
- name: Install Kubectl
uses: actions-hub/[email protected]
- name: Init kurator cluster
run: |
test/install.sh
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 185bed2

Please sign in to comment.