Skip to content

Test CI

Test CI #8

Workflow file for this run

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