diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5a4b4b6..d780aca 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,13 +6,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v3 with: dotnet-version: '8.0.x' - run: dotnet restore - run: dotnet build test: + runs-on: ubuntu-latest steps: - name: trying to run - run: dotnet run \ No newline at end of file + run: dotnet run