Utilize Ginkgo and replace testing
library.
#9
8
.github/workflows/on-pr-manual.yml
vendored
8
.github/workflows/on-pr-manual.yml
vendored
@ -56,6 +56,14 @@ jobs:
|
||||
--env-file ./config.sh \
|
||||
up -d --build
|
||||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ">=1.17.0"
|
||||
check-latest: true
|
||||
|
||||
- name: Install ginkgo
|
||||
run: go get -u github.com/onsi/ginkgo/ginkgo
|
||||
|
||||
- name: Wait and run tests
|
||||
run: |
|
||||
sleep 20
|
||||
|
Loading…
Reference in New Issue
Block a user