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 <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Oct 27, 2023
1 parent 63805b4 commit f0621e6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,14 @@ jobs:
- 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/
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1\
cd $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release/netcoreapp3.1\
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
- name: Synthetic Node
run: |
Expand Down

0 comments on commit f0621e6

Please sign in to comment.