Update development.yml
This commit is contained in:
@@ -18,6 +18,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
- name: Setup .NET
|
||||||
|
uses: actions/setup-dotnet@v2
|
||||||
|
with:
|
||||||
|
dotnet-version: 6.0.*
|
||||||
- name: Build And Deploy
|
- name: Build And Deploy
|
||||||
id: builddeploy
|
id: builddeploy
|
||||||
uses: Azure/static-web-apps-deploy@v1
|
uses: Azure/static-web-apps-deploy@v1
|
||||||
@@ -48,4 +52,4 @@ jobs:
|
|||||||
- run: dotnet build --no-restore
|
- run: dotnet build --no-restore
|
||||||
- run: dotnet test --no-build --verbosity normal
|
- run: dotnet test --no-build --verbosity normal
|
||||||
env:
|
env:
|
||||||
TEST_HOOK: ${{ secrets.TEST_HOOK }}
|
TEST_HOOK: ${{ secrets.TEST_HOOK }}
|
||||||
|
|||||||
Reference in New Issue
Block a user