Skip to content

Commit

Permalink
build_projects.yml: Fix Unit Tests job
Browse files Browse the repository at this point in the history
The ceedling framework used inside the Unit Tests job has released a new
version (>1.0.0) which isn't backwards compatible. This is a hot fix
that sets the version to 0.31.1 (latest working version).
This issue was also reported to the Ceedling repo
(ThrowTheSwitch/Ceedling#939) where porting to the latest versions is
explained.

Signed-off-by: bia1708 <[email protected]>
  • Loading branch information
bia1708 committed Feb 12, 2025
1 parent 4a35bc3 commit b8e1efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
persistCredentials: true
- script: |
sudo apt install ruby-full
sudo gem install ceedling
sudo gem install ceedling -v 0.31.1
pip install gcovr==4.1
cd tests/drivers/imu/
ceedling test:all
Expand Down

0 comments on commit b8e1efd

Please sign in to comment.