Skip to content

Commit 36cdaf5

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

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/run_unix.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -332,16 +332,8 @@ jobs:
332332
LD_LIBRARY_PATH: ${{ github.workspace }}/installed/lib
333333
- name: Synthetic C# Test
334334
run: |
335-
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/
336-
echo 1
337-
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/
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
343335
cd $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1
344-
brainflow_get_data --board-id -1
336+
./brainflow_get_data --board-id -1
345337
- name: Synthetic Node
346338
run: |
347339
cd $GITHUB_WORKSPACE/nodejs_package/tests

0 commit comments

Comments
 (0)