Skip to content

Commit

Permalink
add c# test to unix and mac
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <[email protected]>
  • Loading branch information
Andrey1994 committed Oct 28, 2023
1 parent f0621e6 commit 36cdaf5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/run_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,16 +332,8 @@ jobs:
LD_LIBRARY_PATH: ${{ github.workspace }}/installed/lib
- name: Synthetic C# Test
run: |
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/
echo 1
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/
echo 2
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release
echo 3
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1
echo 4
cd $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1
brainflow_get_data --board-id -1
./brainflow_get_data --board-id -1
- name: Synthetic Node
run: |
cd $GITHUB_WORKSPACE/nodejs_package/tests
Expand Down

0 comments on commit 36cdaf5

Please sign in to comment.