Skip to content

Commit

Permalink
change the "ci" action
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Feb 15, 2024
1 parent 25d25ca commit c85030e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,13 @@ jobs:
with:
driver: docker

- name: Build Docker image
uses: docker/build-push-action@v5
- uses: actions/setup-go@v4
with:
context: ./tools
file: ./tools/Dockerfile
tags: "cometbft/cometbft-db-testing:latest"
load: true
go-version: '1.22'
cache: false

- name: test & coverage report creation
run: |
NON_INTERACTIVE=1 make docker-test
run: make test-all-with-coverage

- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit c85030e

Please sign in to comment.