Skip to content

Commit 67d4e22

Browse files
committed
chore: list files in target
1 parent 4c3999a commit 67d4e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-golang-bindings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version: '1.20'
3535

3636
- name: List files from root recursively
37-
run: ls -R
37+
run: ls -R target
3838
shell: bash
3939

4040
- name: Run Go tests

0 commit comments

Comments
 (0)