Skip to content

Commit 504c500

Browse files
committed
Merge branch 'TT-593-on-reports-page-add-filter-by-user-name' of github.com:ioet/time-tracker-ui into TT-593-on-reports-page-add-filter-by-user-name
2 parents 63c9ead + dede01b commit 504c500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI-time-tracker-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
sh ./scripts/populate-var-file.sh
5353
5454
- name: Running tests
55-
run: npm run ci-test --if-present
55+
run: npm run test
5656

5757
- name: Generate coverage report
5858
env:

src/app/modules/shared/components/search-user/search-user.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ label {
44
.selectUser {
55
display: inline-block;
66
width: 350px;
7-
padding: 0 12px 20px 12px;
7+
padding: 0 12px 15px 12px;
88
}
99

0 commit comments

Comments
 (0)