Skip to content

Commit 6f9f0bc

Browse files
committed
feat: add find --version to tests
Required for ZMK unit tests. PR: #87
1 parent b1bebd0 commit 6f9f0bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/containers.yml

+2
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)