Skip to content

Commit 9742a73

Browse files
committed
tidy test-versiondb
1 parent 8f65b57 commit 9742a73

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
test-versiondb:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/setup-go@v5
17+
- uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.21
19+
go-version: 1.22
2020
check-latest: true
2121
- uses: actions/checkout@v4
2222
- name: Install RocksDB Dependencies
@@ -43,10 +43,4 @@ jobs:
4343
run: |
4444
export COSMOS_BUILD_OPTIONS=rocksdb
4545
make test-versiondb
46-
if: env.GIT_DIFF
47-
- uses: codecov/codecov-action@v5
48-
with:
49-
file: ./coverage.txt
50-
fail_ci_if_error: true
51-
token: ${{ secrets.CODECOV_TOKEN }}
5246
if: env.GIT_DIFF

0 commit comments

Comments
 (0)