diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index 8549bdd9..286b9e85 100644 --- a/.github/workflows/azure-webapps-dotnet-core.yml +++ b/.github/workflows/azure-webapps-dotnet-core.yml @@ -75,11 +75,13 @@ jobs: path: ${{env.DOTNET_ROOT}}/myapp test: - runs-on: ubuntu-latest needs: build + runs-on: ubuntu-latest + environment: STAGING + steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up .NET Core uses: actions/setup-dotnet@v2