Skip to content

Commit d214c65

Browse files
committed
IND-2812 unit test coverage added to ci.yml
1 parent 1b8146c commit d214c65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: ci
22

33
on:
4+
pull_request:
5+
branches: ["main"]
46
push:
5-
branches: ["coverage"]
7+
branches: ["main"]
8+
tags: ["*"]
69

710
permissions:
811
contents: read
@@ -83,7 +86,6 @@ jobs:
8386
cd raft-compat
8487
go mod tidy
8588
go test -race -v -coverprofile="${{ github.workspace }}/coverage.out" ./...
86-
- run: ls -l ${{ github.workspace }}
8789
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
8890
with:
8991
path: "${{ github.workspace }}/coverage.out"

0 commit comments

Comments
 (0)