Skip to content

Commit 7eceede

Browse files
fix tests
1 parent a8d7c16 commit 7eceede

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
19+
run: yarn test:cov
2020

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

0 commit comments

Comments
 (0)