Skip to content

Commit e99020c

Browse files
committed
chore(ci): add cache
1 parent de92991 commit e99020c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/backend-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-go@v4
1717
with:
1818
go-version: '1.23'
19+
cache-dependency-path: backend/go.sum
1920

2021
- name: unit tests
2122
working-directory: ./backend

backend/pkg/commons/db2/database/bigtable.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ func (b BigTable) GetLatestValue(table, key string) (*Row, error) {
306306
}
307307

308308
func (b BigTable) GetRow(table, key string) (*Row, error) {
309-
// Open the transfer table for reading
310309
tbl := b.client.Open(table)
311310
ctx, cancel := context.WithTimeout(context.Background(), timeout)
312311
defer cancel()

0 commit comments

Comments
 (0)