Skip to content

build(deps): bump github.com/linxGnu/grocksdb from 1.9.3 to 1.9.5 #681

build(deps): bump github.com/linxGnu/grocksdb from 1.9.3 to 1.9.5

build(deps): bump github.com/linxGnu/grocksdb from 1.9.3 to 1.9.5 #681

Workflow file for this run

# To run locally:
# make docker-test
name: Test
on:
pull_request:
paths:
- tools/Dockerfile
merge_group:
push:
branches:
- main
paths:
- tools/Dockerfile
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Docker Build
uses: docker/[email protected]
with:
driver: docker
- name: Build Docker image
uses: docker/build-push-action@v6
with:
context: ./tools
file: ./tools/Dockerfile
tags: "cometbft/cometbft-db-testing:latest"
load: true
- name: test & coverage report creation
run: |
NON_INTERACTIVE=1 make docker-test
- uses: codecov/codecov-action@v4
with:
file: ./coverage.txt