chore: fix ci
This commit is contained in:
Родитель
4be1b88fb7
Коммит
ebf6d86d68
|
@ -10,6 +10,9 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '9'
|
||||
- name: build and test
|
||||
run: |
|
||||
dotnet restore
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: Release
|
||||
|
||||
on: [workflow_dispatch]
|
||||
on: [ workflow_dispatch ]
|
||||
|
||||
jobs:
|
||||
build-test-prep-release:
|
||||
|
@ -10,6 +10,9 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '9'
|
||||
- name: build and test
|
||||
run: |
|
||||
dotnet restore
|
||||
|
|
Загрузка…
Ссылка в новой задаче