Merge branch 'main' into develop

This commit is contained in:
2022-08-21 15:36:56 -04:00
+5 -1
View File
@@ -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 }}