Skip to content

Commit 63b3b1d

Browse files
author
Mladen Rusev
committed
add steps
1 parent 1847038 commit 63b3b1d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@ jobs:
6767
test-e2e:
6868
runs-on: ubuntu-latest
6969
steps:
70+
- uses: actions/checkout@v4
71+
with:
72+
fetch-depth: 0
73+
74+
- uses: ./.github/actions/repo_access
75+
with:
76+
DEPLOY_KEY_READ_VENAFI_CONNECTION_LIB: ${{ secrets.DEPLOY_KEY_READ_VENAFI_CONNECTION_LIB }}
77+
78+
- id: go-version
79+
run: |
80+
make print-go-version >> "$GITHUB_OUTPUT"
81+
82+
- uses: actions/setup-go@v5
83+
with:
84+
go-version: ${{ steps.go-version.outputs.result }}
85+
7086
- run: make -j test-e2e-gke
7187
env:
7288
VEN_API_KEY: ${} # ven-tlspk.venafi.cloud

0 commit comments

Comments
 (0)