Skip to content

Commit 784e448

Browse files
committed
remove verification
1 parent 8f2879d commit 784e448

2 files changed

Lines changed: 0 additions & 42 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,6 @@ jobs:
114114
echo '{"python.useEnvironmentsExtension": true}' > .vscode-test/user-data/User/settings.json
115115
shell: bash
116116

117-
- name: Download VS Code
118-
uses: nick-fields/retry@v3
119-
with:
120-
timeout_minutes: 10
121-
max_attempts: 3
122-
command: npx @vscode/test-cli download
123-
124117
- name: Run Smoke Tests (Linux)
125118
if: runner.os == 'Linux'
126119
uses: GabrielBB/xvfb-action@v1
@@ -171,13 +164,6 @@ jobs:
171164
echo '{"python.useEnvironmentsExtension": true}' > .vscode-test/user-data/User/settings.json
172165
shell: bash
173166

174-
- name: Download VS Code
175-
uses: nick-fields/retry@v3
176-
with:
177-
timeout_minutes: 10
178-
max_attempts: 3
179-
command: npx @vscode/test-cli download
180-
181167
- name: Run E2E Tests (Linux)
182168
if: runner.os == 'Linux'
183169
uses: GabrielBB/xvfb-action@v1
@@ -228,13 +214,6 @@ jobs:
228214
echo '{"python.useEnvironmentsExtension": true}' > .vscode-test/user-data/User/settings.json
229215
shell: bash
230216

231-
- name: Download VS Code
232-
uses: nick-fields/retry@v3
233-
with:
234-
timeout_minutes: 10
235-
max_attempts: 3
236-
command: npx @vscode/test-cli download
237-
238217
- name: Run Integration Tests (Linux)
239218
if: runner.os == 'Linux'
240219
uses: GabrielBB/xvfb-action@v1

.github/workflows/push-check.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,6 @@ jobs:
115115
echo '{"python.useEnvironmentsExtension": true}' > .vscode-test/user-data/User/settings.json
116116
shell: bash
117117

118-
- name: Download VS Code
119-
uses: nick-fields/retry@v3
120-
with:
121-
timeout_minutes: 10
122-
max_attempts: 3
123-
command: npx @vscode/test-cli download
124-
125118
- name: Run Smoke Tests (Linux)
126119
if: runner.os == 'Linux'
127120
uses: GabrielBB/xvfb-action@v1
@@ -172,13 +165,6 @@ jobs:
172165
echo '{"python.useEnvironmentsExtension": true}' > .vscode-test/user-data/User/settings.json
173166
shell: bash
174167

175-
- name: Download VS Code
176-
uses: nick-fields/retry@v3
177-
with:
178-
timeout_minutes: 10
179-
max_attempts: 3
180-
command: npx @vscode/test-cli download
181-
182168
- name: Run E2E Tests (Linux)
183169
if: runner.os == 'Linux'
184170
uses: GabrielBB/xvfb-action@v1
@@ -229,13 +215,6 @@ jobs:
229215
echo '{"python.useEnvironmentsExtension": true}' > .vscode-test/user-data/User/settings.json
230216
shell: bash
231217

232-
- name: Download VS Code
233-
uses: nick-fields/retry@v3
234-
with:
235-
timeout_minutes: 10
236-
max_attempts: 3
237-
command: npx @vscode/test-cli download
238-
239218
- name: Run Integration Tests (Linux)
240219
if: runner.os == 'Linux'
241220
uses: GabrielBB/xvfb-action@v1

0 commit comments

Comments
 (0)