Skip to content

Commit 4d7c996

Browse files
committed
Adds topology directory listing in test workflow
Includes a step to list the contents of the topology2 directory in the testbench workflow for debugging and verification purposes. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent b0ca0d2 commit 4d7c996

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testbench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
ls -l ./tools/bin
6262
echo "Verifying alsatplg version"
6363
./tools/bin/alsatplg --version
64+
echo "check topolgy dir"
65+
ls -l tools/topology/topology2
6466
6567
# - name: build testbench
6668
# run: ./scripts/rebuild-testbench.sh ||

0 commit comments

Comments
 (0)