MosswartMassacre/.forgejo/workflows/actions.yml
Johan Lundberg dceefc3335
Some checks failed
/ test (push) Failing after 28s
test commands 4
2025-04-01 21:54:53 +02:00

14 lines
303 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v4
with:
dotnet-version: '6.x'
- name: Build
run: |
ls
dotnet build mossy.sln