Utilize Ginkgo and replace testing library. #9

Merged
abdulrabbani00 merged 27 commits from feature/7-testing-with-ginko+cicd into develop 2022-04-22 12:28:01 +00:00
Showing only changes of commit 094d336fff - Show all commits

View File

@ -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