Skip to content

Commit

Permalink
Indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
KaloyankerR committed Dec 20, 2023
1 parent 03fa333 commit 0dece91
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
run: dotnet build --no-restore
working-directory: ./FitFusion


test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: dotnet test --no-build --verbosity normal --filter FullyQualifiedName~FitFusionTest
working-directory: ./FitFusion/FitFusionTest

steps:
- uses: actions/checkout@v3
- name: Test
run: dotnet test --no-build --verbosity normal --filter FullyQualifiedName~FitFusionTest
working-directory: ./FitFusion/FitFusionTest

0 comments on commit 0dece91

Please sign in to comment.