MosswartMassacre/.forgejo/workflows/actions.yml
Johan Lundberg 41e7a20c3b
Some checks failed
/ test (push) Failing after 18s
test commands 2
2025-04-01 21:32:15 +02:00

13 lines
287 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'
- run: |
- ls
- dotnet build mossy.sln