File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments