Skip to content

Commit

Permalink
ci(BUX-586): try to make tests output prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Orzepowski authored and Damian Orzepowski committed Feb 21, 2024
1 parent 2cc42d5 commit 10dcc85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ jobs:
${{ runner.os }}-go-
- name: Run linter
run: make lint
# Install gotestfmt on the VM running the action.
- name: Set up gotestfmt
uses: GoTestTools/gotestfmt-action@v2
- name: Run tests
run: make test-all-db-ci
run: make test-all-db-ci 2>&1 | tee gotest.log | gotestfmt
- name: Update code coverage
uses: codecov/codecov-action@v4.0.1
with:
Expand Down

0 comments on commit 10dcc85

Please sign in to comment.