Skip to content

Commit dc45a54

Browse files
committed
Update publish.yml
Removed test from publish file
1 parent 8202b05 commit dc45a54

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build-and-test:
10+
build:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
@@ -24,11 +24,8 @@ jobs:
2424
- name: Build solution
2525
run: dotnet build --no-restore --configuration Release
2626

27-
- name: Run unit tests
28-
run: dotnet test ./tests --no-build --configuration Release --verbosity normal
29-
3027
publish:
31-
needs: build-and-test
28+
needs: build
3229
runs-on: ubuntu-latest
3330
outputs:
3431
version: ${{ steps.set-version.outputs.version }}

0 commit comments

Comments
 (0)