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 13f3b6c commit f980c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ 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 --keep-going --cover --coverpkg=./... --output-dir=$TRDL_TEST_COVERAGE_DIR ./...
Expand Down Expand Up @@ -116,6 +113,9 @@ jobs:
go install github.com/onsi/ginkgo/v2/ginkgo@latest
- name: check
run : docker compose version

- name: Test
working-directory: e2e
run: ginkgo -p --keep-going --cover --coverpkg=../client/...,../server/... --output-dir=$TRDL_TEST_COVERAGE_DIR ./...
Expand Down

0 comments on commit f980c6a

Please sign in to comment.