wip
Some checks failed
cicd / build_test_publish_deploy_test (push) Failing after 3m19s
cicd / deploy_prod_manual (push) Has been skipped

This commit is contained in:
Janus C. H. Knudsen 2026-01-29 22:04:09 +01:00
parent 139802a97f
commit 5ffbb368f1

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-dotnet@v4 - uses: actions/setup-dotnet@v4
with: with:
dotnet-version: "8.0.x" dotnet-version: "9.0.x"
- name: Test - name: Test
run: dotnet test -c Release run: dotnet test -c Release