workflow test
This commit is contained in:
parent
fd45eed4f9
commit
bc2d661ea1
1 changed files with 10 additions and 10 deletions
|
@ -8,13 +8,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: nseguin42/forgejo-runner:latest
|
image: nseguin42/forgejo-runner:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: dotnet restore
|
- name: dotnet restore
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: dotnet build
|
- name: dotnet build
|
||||||
run: dotnet build
|
run: dotnet build
|
||||||
- name: dotnet test
|
- name: dotnet test
|
||||||
run: dotnet test
|
run: dotnet test
|
Loading…
Reference in a new issue