Skip to content

Commit

Permalink
Updated CI file to visualise jobs betters
Browse files Browse the repository at this point in the history
  • Loading branch information
James Gould committed Feb 9, 2025
1 parent d232d29 commit cd00665
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
pull_request:
branches:
- master
- workflow-testing

jobs:
build:
Expand All @@ -18,5 +18,8 @@ jobs:
dotnet-version: 8.0.x
- name: Build
run: dotnet build -c Release
test:
needs: build
steps:
- name: Test
run: dotnet test -c Release --no-build

0 comments on commit cd00665

Please sign in to comment.