Skip to content

Commit

Permalink
update coding convention workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bich Vu Thi Ngoc committed Oct 9, 2024
1 parent e7fe276 commit 1e9b910
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
run: |
python3.11 -m pip install pre-commit
sudo apt install uncrustify clang-tidy cppcheck
pre-commit install
- name: Run test
run: |
pre-commit install
pre-commit run --all-files > CodingConventionTool.txt
- name: Upload Result
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/integration_test_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
make prepare
cd build
slc signature trust -extpath $SDK_PATH/extension/$REPO_NAME
cmake --toolchain ../cmake/toolchain.cmake .. -DENABLE_INTEGRATION_TESTING=ON -DBOARD_NAME=$BOARD_NAME
make integration_test_info -j4
cd ../test
mkdir log
Expand Down Expand Up @@ -131,8 +130,7 @@ jobs:
make prepare
cd build
slc signature trust -extpath $SDK_PATH/extension/$REPO_NAME
cmake --toolchain ../cmake/toolchain.cmake .. -DENABLE_INTEGRATION_TESTING=ON -DBOARD_NAME=$BOARD_NAME
make integration_test_info -j4
cd ../test
mkdir log
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/unit_test_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
make prepare
cd build
slc signature trust -extpath $SDK_PATH/extension/$REPO_NAME
cmake --toolchain ../cmake/toolchain.cmake .. -DENABLE_INTEGRATION_TESTING=ON -DBOARD_NAME=$BOARD_NAME
make unit_test_info -j4
cd ../test
mkdir log
Expand Down Expand Up @@ -132,8 +131,7 @@ jobs:
make prepare
cd build
slc signature trust -extpath $SDK_PATH/extension/$REPO_NAME
cmake --toolchain ../cmake/toolchain.cmake .. -DENABLE_INTEGRATION_TESTING=ON -DBOARD_NAME=$BOARD_NAME
make unit_test_info -j4
cd ../test
mkdir log
Expand Down

0 comments on commit 1e9b910

Please sign in to comment.