Skip to content

Commit 73aa001

Browse files
committed
Remove package step
1 parent a870fb5 commit 73aa001

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838
uses: actions/setup-go@v2
3939
with:
4040
go-version: '^${{ env.GOLANG_VERSION }}'
41-
- name: Import packages
42-
run: |
43-
go get -u github.com/nginxinc/nginx-plus-go-client/client
44-
go get -u github.com/nginxinc/nginx-plus-go-client/tests/helpers
4541
- name: Build & Test Client
4642
if: (github.event_name != 'schedule')
4743
run: make test

0 commit comments

Comments
 (0)