Skip to content

⬆️ upgrade to surrealdb v2.2.0 (#172) #327

⬆️ upgrade to surrealdb v2.2.0 (#172)

⬆️ upgrade to surrealdb v2.2.0 (#172) #327

Workflow file for this run

name: AoT compatibility Workflow
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup dotnet 9.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: "9.0.x"
- name: Publish AOT test app, assert static analysis warning count, and run the app
shell: pwsh
run: .\build\test-aot-compatibility.ps1 net9.0
continue-on-error: true # TODO : The SDK is not yet AoT compatible