Skip to content

Bump FluentAssertions from 7.0.0-alpha.4 to 7.0.0-alpha.5 in /ImperatorToCK3.UnitTests #2938

Bump FluentAssertions from 7.0.0-alpha.4 to 7.0.0-alpha.5 in /ImperatorToCK3.UnitTests

Bump FluentAssertions from 7.0.0-alpha.4 to 7.0.0-alpha.5 in /ImperatorToCK3.UnitTests #2938

Workflow file for this run

name: Build
on:
pull_request:
merge_group:
concurrency:
group: ci-build-${{ github.ref }}-1
cancel-in-progress: true
jobs:
build:
strategy:
matrix:
os: [[self-hosted, windows], [self-hosted, linux], macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: "Build converter backend"
working-directory: ImperatorToCK3
run: |
dotnet build