Skip to content

Commit

Permalink
Pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaloyankerR committed Dec 17, 2023
1 parent 23cd9b6 commit a54de1c
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET
Expand All @@ -19,19 +23,6 @@ jobs:
- name: Build
run: dotnet build --no-restore
working-directory: ./FitFusion

test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: ./FitFusion
- name: Test
run: dotnet test --no-build --verbosity normal --filter FullyQualifiedName~FitFusionTest
working-directory: ./FitFusion/FitFusionTest
working-directory: ./FitFusion/FitFusionTest

0 comments on commit a54de1c

Please sign in to comment.