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