Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into fix-related-items-…
Browse files Browse the repository at this point in the history
…validation
  • Loading branch information
petrjasek committed Apr 5, 2024
2 parents 25e76d3 + 3d7ba0b commit 099c717
Show file tree
Hide file tree
Showing 5 changed files with 2,262 additions and 5,063 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ jobs:
env:
INSTALL_NODE_MODULES: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Setup Environment
run: ./scripts/ci-install.sh
- name: Start Services
run: ./scripts/ci-start-services.sh
cache: npm
# avoid file watch limit error
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- run: npm list || true
- name: test
run: npm run test
- run: npm ci
- run: npm run test
- run: npm run lint
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class AssignmentsList extends React.PureComponent<IProps, {loading: true}
onClick={closeDropdown}
/>
)}
wrapperStyles={{whiteSpace: 'nowrap', padding: 16, paddingTop: 0}}
wrapperStyles={{whiteSpace: 'nowrap', padding: '0 16 16'}}
/>
);
}}
Expand Down
Loading

0 comments on commit 099c717

Please sign in to comment.