Skip to content

Commit

Permalink
Merge pull request #35 from eduardo-paes:development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
eduardo-paes authored Nov 1, 2023
2 parents f2bd679 + 7023ca6 commit c50556b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c50556b

Please sign in to comment.