Skip to content

Bump Avalonia.ReactiveUI from 11.0.10 to 11.0.11 #652

Bump Avalonia.ReactiveUI from 11.0.10 to 11.0.11

Bump Avalonia.ReactiveUI from 11.0.10 to 11.0.11 #652

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
ci:
runs-on: windows-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x.x
- name: Prepare FFMpeg
uses: FedericoCarboni/setup-ffmpeg@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Restore dependencies
run: dotnet restore
- name: Test
run: dotnet test --no-restore --logger GitHubActions