Skip to content

Commit

Permalink
ci(BUX-586): revert showing tests prettier because of error
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 a67885b commit c0a8ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Set up gotestfmt
uses: GoTestTools/gotestfmt-action@v2
- name: Run tests
run: make test-all-db-ci 2>&1 | tee gotest.log | gotestfmt
run: make test-all-db-ci
- name: Update code coverage
uses: codecov/codecov-action@v4.0.1
with:
Expand Down

0 comments on commit c0a8ad9

Please sign in to comment.