Skip to content

Commit

Permalink
Fixed indention in build-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Aug 23, 2024
1 parent f3ada4e commit 7df25e2
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/actions/build-api/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ runs:
with:
dotnet-version: 8.0.101

- name: Install dependencies
run: dotnet restore
working-directory: ${{env.WORKING_DIRECTORY}}
- name: Install dependencies
run: dotnet restore
working-directory: ${{env.WORKING_DIRECTORY}}

- name: Build
run: dotnet build --configuration Release --no-restore
working-directory: ${{env.WORKING_DIRECTORY}}

- name: Test
run: dotnet test --no-restore --verbosity normal
working-directory: ${{env.WORKING_DIRECTORY}}
- name: Build
run: dotnet build --configuration Release --no-restore
working-directory: ${{env.WORKING_DIRECTORY}}

- name: Test
run: dotnet test --no-restore --verbosity normal
working-directory: ${{env.WORKING_DIRECTORY}}

0 comments on commit 7df25e2

Please sign in to comment.