test dotnet
Some checks failed
/ test (push) Failing after 8s

This commit is contained in:
Johan Lundberg 2025-03-30 03:25:59 +02:00
parent 364a737602
commit 0df3ee44d9

View file

@ -3,4 +3,9 @@ jobs:
test:
runs-on: docker
steps:
- run: echo All Good
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'
- run: dotnet --version