-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: fix ginkgo E2E crash * test: update SSL test * test: re add plugin_config bad query case
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,7 +138,7 @@ jobs: | |
- name: setup go | ||
uses: actions/[email protected] | ||
with: | ||
go-version: "1.13" | ||
go-version: "1.17" | ||
|
||
- uses: docker/setup-buildx-action@v1 | ||
|
||
|
@@ -179,7 +179,7 @@ jobs: | |
docker logs docker_managerapi_1 | ||
- name: install ginkgo cli | ||
run: go get github.com/onsi/ginkgo/ginkgo | ||
run: go install github.com/onsi/ginkgo/ginkgo@v1.16.5 | ||
|
||
- name: run test | ||
working-directory: ./api/test/e2enew | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters