Skip to content

Commit

Permalink
Update ci-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JimGeersinga authored Jul 9, 2024
1 parent 163243d commit 3cdd8ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI Pipeline

on:
push:
branches: [ "master" ]
Expand All @@ -11,13 +13,17 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 3cdd8ea

Please sign in to comment.