parent
364a737602
commit
0df3ee44d9
1 changed files with 6 additions and 1 deletions
|
|
@ -3,4 +3,9 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '6.x'
|
||||
- run: dotnet --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue