Skip to content

Commit

Permalink
chore(ci): test
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Frolov <[email protected]>
  • Loading branch information
Fral738 committed Dec 9, 2024
1 parent 7cdf7bc commit 13f3b6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_cli_and_api_partials_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go 1.18
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.18
id: go
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,12 @@ jobs:
go install github.com/onsi/ginkgo/v2/ginkgo@latest
shell: bash

- name: check
run : echo docker compose version

- name: Test
working-directory: ${{ matrix.directory }}
run: ginkgo -vet=off -race -keepGoing -cover -coverpkg=./... -outputdir=$TRDL_TEST_COVERAGE_DIR ./...
run: ginkgo --vet=off --race --keep-going --cover --coverpkg=./... --output-dir=$TRDL_TEST_COVERAGE_DIR ./...

- name: Upload coverage artifact
uses: actions/upload-artifact@master
Expand Down Expand Up @@ -115,7 +118,7 @@ jobs:
- name: Test
working-directory: e2e
run: ginkgo -p -keepGoing -cover -coverpkg=../client/...,../server/... -outputdir=$TRDL_TEST_COVERAGE_DIR ./...
run: ginkgo -p --keep-going --cover --coverpkg=../client/...,../server/... --output-dir=$TRDL_TEST_COVERAGE_DIR ./...

- name: Upload coverage artifact
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 13f3b6c

Please sign in to comment.