Skip to content

Commit 65ad0c4

Browse files
committed
Adds step to locate topology files in workflow
Includes a command to search for topology files in the GitHub Actions workflow. This aids in debugging or verifying the presence of required files during CI. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent 94f847d commit 65ad0c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/testbench.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- name: verify alsatplg version
5959
run: ./tools/bin/alsatplg --version
6060

61+
- name: find topology files
62+
run: find / -name "*.tplg" 2>/dev/null
63+
6164
# - name: build testbench
6265
# run: ./scripts/rebuild-testbench.sh ||
6366
# ./scripts/rebuild-testbench.sh -j 1

0 commit comments

Comments
 (0)