Skip to content

test: convert LIST unit tests from CMock to Ztest framework #1

test: convert LIST unit tests from CMock to Ztest framework

test: convert LIST unit tests from CMock to Ztest framework #1

name: "Unit Tests (Zephyr ztest)"
on: [pull_request]
jobs:
sof-ci-unit-tests:
name: SOF CI Unit Tests
runs-on: ubuntu-22.04
timeout-minutes: 45
steps:
- name: Checkout SOF repository
uses: actions/checkout@v4
with: {fetch-depth: 2, filter: 'tree:0'}
- name: west update
run: |
cd workspace/sof
pip3 install west
west init -l
west update --narrow --fetch-opt=--filter=tree:0
- name: Test step
run: |
echo "pwd: $(pwd)"
echo "ls -l:"
ls -l
echo "End"