workflow test

This commit is contained in:
Nick Seguin 2023-12-10 01:15:35 -06:00
parent 8f4f38154f
commit fd45eed4f9

View file

@ -8,12 +8,13 @@ on:
jobs:
build:
runs-on: docker
uses: https://git.nseguin.dev/nseguin/runner@v1
steps:
- uses: actions/checkout@v4
- name: dotnet restore
run: dotnet restore
- name: dotnet build
run: dotnet build
- name: dotnet test
run: dotnet test
container:
image: nseguin42/forgejo-runner:latest
steps:
- uses: actions/checkout@v4
- name: dotnet restore
run: dotnet restore
- name: dotnet build
run: dotnet build
- name: dotnet test
run: dotnet test