File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -332,16 +332,8 @@ jobs:
332
332
LD_LIBRARY_PATH : ${{ github.workspace }}/installed/lib
333
333
- name : Synthetic C# Test
334
334
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
343
335
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
345
337
- name : Synthetic Node
346
338
run : |
347
339
cd $GITHUB_WORKSPACE/nodejs_package/tests
You can’t perform that action at this time.
0 commit comments