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