From 36cdaf5e9bc97237e28648e83548607d6f54b6ef Mon Sep 17 00:00:00 2001 From: Andrey Parfenov Date: Sat, 28 Oct 2023 02:01:30 +0200 Subject: [PATCH] add c# test to unix and mac Signed-off-by: Andrey Parfenov --- .github/workflows/run_unix.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/run_unix.yml b/.github/workflows/run_unix.yml index 42c730a85..393c09b5b 100644 --- a/.github/workflows/run_unix.yml +++ b/.github/workflows/run_unix.yml @@ -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