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 27, 2023
1 parent fecfe22 commit 63805b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@ jobs:
- name: Synthetic C# Test
run: |
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/
ls $GITHUB_WORKSPACE/csharp_package/brainflow/examples/brainflow_get_data/bin/Release
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\
brainflow_get_data.exe --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 63805b4

Please sign in to comment.