feat(action): Test dotnet runner
This commit is contained in:
parent
130fb229da
commit
8dd6f94bde
1 changed files with 4 additions and 0 deletions
|
|
@ -4,3 +4,7 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All good!
|
||||
asdf:
|
||||
runs-on: dotnet
|
||||
steps:
|
||||
- run: echo Dotnet I guess?
|
||||
|
|
|
|||
Loading…
Reference in a new issue