From a30ef1894131b05952b1fd978a59bd6a4987d905 Mon Sep 17 00:00:00 2001 From: Max Nigmatulin Date: Tue, 30 Jan 2024 21:59:16 +0300 Subject: [PATCH] Add test workflow --- .github/workflows/build_and_run.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/build_and_run.yaml diff --git a/.github/workflows/build_and_run.yaml b/.github/workflows/build_and_run.yaml new file mode 100644 index 00000000..7c2a9101 --- /dev/null +++ b/.github/workflows/build_and_run.yaml @@ -0,0 +1,23 @@ +name: Build and Launch C# Project + +on: [pull_request] + +jobs: + build-and-launch: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + submodules: GameServers/VSharp + + - name: Install dependencies + working-directory: ./GameServers/VSharp + run: | + pwd + dotnet build -c Debug + + - name: Launch application + run: | + python3 -h + # dotnet launch