Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cuemon CI/CD Pipeline
name: Cuemon CI Pipeline
on:
pull_request:
branches: [main]
Expand Down Expand Up @@ -78,7 +78,6 @@ jobs:
projects: ${{ matrix.project }}
build: true # we need to build due to xUnitv3
restore: true # we need to restore since we disabled caching
verbosity-level: diagnostic

test_windows:
name: call-test-windows
Expand All @@ -97,7 +96,6 @@ jobs:
test-arguments: -- RunConfiguration.DisableAppDomain=true
build: true # we need to build for .net48
restore: true # apparently we need to restore for .net48
verbosity-level: diagnostic

integration_test:
name: ⚗️ Integration Test
Expand Down
Loading