Skip to content

Commit

Permalink
drop backend leftovers form ci piplile
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Oct 8, 2023
1 parent 1c35ea3 commit 0a8cfc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
go test -v -mod=vendor -timeout=60s -covermode=count -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp ./...
cat $GITHUB_WORKSPACE/profile.cov_tmp | grep -v "mock_" > $GITHUB_WORKSPACE/profile.cov
working-directory: backend/app
working-directory: app
env:
TZ: "America/Chicago"

Expand All @@ -31,7 +31,6 @@ jobs:

- name: install goveralls
run: go install github.com/mattn/goveralls@latest
working-directory: backend

- name: build
run: go build -v -mod=vendor
Expand Down

0 comments on commit 0a8cfc2

Please sign in to comment.