Skip to content

Commit

Permalink
[from now] 2022/08/28 22:32:16
Browse files Browse the repository at this point in the history
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 6054325..8d575dc 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -18,10 +18,10 @@ jobs:
     runs-on: ubuntu-latest

     steps:
+      - uses: actions/checkout@master
       - uses: actions/setup-go@v3
         with:
           go-version-file: "go.mod"
-      - uses: actions/checkout@master
       - name: Install kubectl
         env:
           KUBECTL_VERSION: ${{ env.KUBECTL_VERSION }}
  • Loading branch information
h3poteto committed Aug 28, 2022
1 parent fceab70 commit 1903e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- uses: actions/checkout@master
- name: Install kubectl
env:
KUBECTL_VERSION: ${{ env.KUBECTL_VERSION }}
Expand Down

0 comments on commit 1903e58

Please sign in to comment.