Skip to content

Commit 63805b4

Browse files
committed
add c# test to unix and mac
Signed-off-by: Andrey Parfenov <[email protected]>
1 parent fecfe22 commit 63805b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_unix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,10 @@ jobs:
333333
- name: Synthetic C# Test
334334
run: |
335335
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/
336-
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release
336+
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/
337337
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1\
338338
cd $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1\
339-
brainflow_get_data.exe --board-id -1
339+
brainflow_get_data --board-id -1
340340
- name: Synthetic Node
341341
run: |
342342
cd $GITHUB_WORKSPACE/nodejs_package/tests

0 commit comments

Comments
 (0)