Skip to content

Commit 9193c4f

Browse files
committed
feat: add find --version to tests
Required for ZMK unit tests.
1 parent b1bebd0 commit 9193c4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/containers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ jobs:
358358
run: cmake --version
359359
- name: Test python
360360
run: python3 --version
361+
- name: Test find
362+
run: find --version
361363
- name: Test diff
362364
run: diff --version
363365
- name: Test west init

0 commit comments

Comments
 (0)