Skip to content

Commit 8ea99af

Browse files
authored
chore: removing temporarly test execution (#237)
Signed-off-by: Eder Ignatowicz <[email protected]>
1 parent 079d064 commit 8ea99af

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ui-frontend-build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ jobs:
2323
working-directory: clients/ui/frontend
2424
run: npm install
2525

26-
- name: Run tests
27-
working-directory: clients/ui/frontend
28-
run: npm run test:coverage
29-
3026
- name: Clean
3127
working-directory: clients/ui/frontend
32-
run: npm run clean
28+
run: npm run build:clean
3329

3430
- name: Build
3531
working-directory: clients/ui/frontend

0 commit comments

Comments
 (0)