Skip to content

Commit

Permalink
[ci] Fix sanitizers and style
Browse files Browse the repository at this point in the history
  • Loading branch information
MksmOrlov committed Nov 21, 2023
1 parent 458da4a commit 349374b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,18 @@ jobs:
steps:
- name: Clone repositories
run: |
git clone https://github.com/ostis-ai/sc-machine.git
cd sc-machine && git checkout component_manager
git submodule update --init --recursive
cd sc-tools/sc-component-manager
git pull origin pull/${{ github.event.number }}/head
cd ../..
./scripts/install_deps_ubuntu.sh --dev
git clone https://github.com/ostis-ai/ostis-web-platform
cd ostis-web-platform
git checkout feature/update_component_manager_installation
git submodule update --init --recursive
cd scripts
./install_platform_with_component_manager.sh
./build_kb.sh
cd ../sc-machine
git checkout component_manager
cd sc-tools/sc-component-manager
git fetch origin pull/${{ github.event.number }}/head:pr
git checkout pr
- name: Restore build caches
uses: hendrikmuhs/ccache-action@v1.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
git submodule update --init --recursive
cd sc-tools/sc-component-manager
git pull origin pull/${{ github.event.number }}/head
cd ../.. && ./scripts/install_deps_ubuntu.sh --dev
cd ostis-web-platform/scripts && ./install_sc_machine_dependencies.sh --dev -cm
./scripts/clang/check_formatting.sh

0 comments on commit 349374b

Please sign in to comment.