Skip to content

Commit

Permalink
Update unit_test_auto.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Sep 30, 2024
1 parent b23772f commit 0370c1b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/unit_test_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,15 @@ jobs:
uses: valitydev/[email protected]
with:
# URL to file
url: https://github.com/Kitware/CMake/releases/download/v3.30.4/cmake-3.30.4-linux-x86_64.sh
# Target path
target-path: test_tool/
- name: Download a file
uses: valitydev/[email protected]
with:
# URL to file
url: https://github.com/Kitware/CMake/releases/download/v3.30.4/cmake-3.30.4-linux-x86_64.tar.gz
url: https://github.com/Kitware/CMake/releases/download/v3.30.4/cmake-3.30.4.tar.gz
# Target path
target-path: test_tool/
- name: Prepare Test Environment
run: |
cd test_tool
chmod +x cmake-3.30.4-linux-x86_64.sh
./cmake-3.30.4-linux-x86_64.sh
tar -xvf cmake-3.30.4.tar.gz
cd cmake-3.30.4
./bootstrap && make && sudo make install
- name: Unit Testing
run: |
make prepare
Expand Down

0 comments on commit 0370c1b

Please sign in to comment.