Skip to content

Commit a8d7c16

Browse files
fix tests
1 parent f17bd47 commit a8d7c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/actions/install-all-build-libs
1717

1818
- name: Unit tests UI
19-
run: yarn test:cov --ci --silent
19+
run: yarn test:cov --ci
2020

2121
- name: Publish Test Results
2222
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)