Skip to content

Commit 3ccfb66

Browse files
committed
Remove redundant build job from CI workflow
1 parent b029ce9 commit 3ccfb66

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15-
build:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- uses: actions/checkout@v4
19-
- uses: actions/setup-dotnet@v4
20-
with:
21-
dotnet-version: '10.0.x'
22-
- run: dotnet build Cleipnir.ResilientFunctions.sln
23-
2415
test:
25-
needs: build
2616
runs-on: ubuntu-latest
2717
strategy:
2818
matrix:

0 commit comments

Comments
 (0)