Skip to content

Commit 1e30216

Browse files
committed
remove Prepare Connector Tests
1 parent 7b7b63c commit 1e30216

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,14 @@ jobs:
197197
name: vsix-v${{ steps.versions.outputs.product_full_version }}
198198
if-no-files-found: error
199199
path: "Reqnroll.VisualStudio.Package/bin/${{ steps.versions.outputs.product_configuration }}/net481/*.vsix"
200-
- uses: nuget/setup-nuget@v1.2
201-
- name: Prepare Connector Tests
202-
shell: pwsh
203-
run: |
204-
cd Tests/ExternalPackages
205-
./buildExternalPackages.ps1
206-
cd PackagesForTests
207-
nuget install packages.config
200+
# - uses: nuget/setup-nuget@v1.2
201+
# - name: Prepare Connector Tests
202+
# shell: pwsh
203+
# run: |
204+
# cd Tests/ExternalPackages
205+
# ./buildExternalPackages.ps1
206+
# cd PackagesForTests
207+
# nuget install packages.config
208208
- name: Upload Connectors
209209
uses: actions/upload-artifact@v4
210210
with:

0 commit comments

Comments
 (0)