Skip to content

Commit 972a179

Browse files
SK-1816 updated workflow to run unit tests
1 parent 163376b commit 972a179

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,17 @@ jobs:
4040
4141
- name: Build
4242
run: |
43-
cd v2
4443
go build -v ./...
4544
4645
4746
- name: 'Run Tests'
4847
run: |
49-
cd v2
5048
CRED_FILE_PATH=../../credentials.json VALID_CREDS_PVT_KEY=${{secrets.VALID_CREDS_PVT_KEY}} go test $(go list ./... | grep -v -e "internal/generated") -coverprofile=coverage.out
5149
5250
- name: Codecov
5351
uses: codecov/[email protected]
5452
with:
5553
token: ${{ secrets.CODECOV_REPO_UPLOAD_TOKEN }}
56-
files: v2/coverage.out
54+
files: coverage.out
5755
name: codecov-skyflow-go
5856
verbose: true

.github/workflows/codeql-analysis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
6262
- name: Build
6363
run: |
64-
cd v2
6564
go build -v ./...
6665
6766
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)