Skip to content

Commit 17e3272

Browse files
authored
Remove tests dependency
1 parent f46be2b commit 17e3272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
deploy:
101101
name: Deploy 🚀
102-
needs: [ build, test, doc ]
102+
needs: [ build, doc ]
103103
runs-on: windows-latest
104104
steps:
105105
- name: Download NuGet packages
@@ -115,7 +115,7 @@ jobs:
115115
116116
deploy-release:
117117
name: Deploy release 🚀🌐
118-
needs: [ build, test, doc ]
118+
needs: [ build, doc ]
119119
runs-on: ubuntu-latest
120120
if: startsWith(github.ref, 'refs/tags/v')
121121
steps:

0 commit comments

Comments
 (0)