Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
sh ./scripts/populate-var-file.sh

- name: Running tests
run: npm run ci-test --if-present
run: npm run test

- name: Generate coverage report
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ label {
.selectUser {
display: inline-block;
width: 350px;
padding: 0 12px 20px 12px;
padding: 0 12px 15px 12px;
}