Skip to content

Commit f0621e6

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

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/run_unix.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,14 @@ jobs:
333333
- name: Synthetic C# Test
334334
run: |
335335
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/
336+
echo 1
336337
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/
337-
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1\
338-
cd $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1\
338+
echo 2
339+
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release
340+
echo 3
341+
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1
342+
echo 4
343+
cd $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1
339344
brainflow_get_data --board-id -1
340345
- name: Synthetic Node
341346
run: |

0 commit comments

Comments
 (0)