Skip to content

Commit d4cf37f

Browse files
authored
Merge pull request #18 from azure-ai-foundry/python-tools-estraight
commented out js
2 parents 8804056 + da06766 commit d4cf37f

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

.github/workflows/run-samples.yml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -163,23 +163,26 @@ jobs:
163163
github.event.pull_request.head.sha ||
164164
github.ref }}
165165

166-
# ── Set up Node.js for JavaScript tests
167-
- name: Set up Node.js
168-
uses: actions/setup-node@v4
169-
with:
170-
node-version: '20'
171-
cache: npm
172-
173-
# ── Install JavaScript dependencies
174-
- name: Install npm packages
175-
run: npm ci
176-
177-
# ── Run Vitest
178-
- name: Run Vitest
179-
env:
180-
PROJECT_CLIENT: ${{ secrets.PROJECT_CLIENT }}
181-
MODEL_DEPLOYMENT_NAME: ${{ secrets.MODEL_DEPLOYMENT_NAME }}
182-
run: npx vitest run --coverage
166+
# # ── Set up Node.js for JavaScript/TypeScript tests
167+
# - name: Set up Node.js
168+
# if: false # Temporarily disable
169+
# uses: actions/setup-node@v4
170+
# with:
171+
# node-version: '20'
172+
# cache: npm
173+
174+
# # ── Install JavaScript dependencies
175+
# - name: Install npm packages
176+
# if: false # Temporarily disable
177+
# run: npm ci
178+
179+
# # ── Run Vitest JavaScript/TypeScript tests
180+
# - name: Run Vitest
181+
# if: false # Temporarily disable
182+
# env:
183+
# PROJECT_CLIENT: ${{ secrets.PROJECT_CLIENT }}
184+
# MODEL_DEPLOYMENT_NAME: ${{ secrets.MODEL_DEPLOYMENT_NAME }}
185+
# run: npx vitest run --coverage
183186

184187
# ── Set up .NET SDK
185188
- name: Set up .NET SDK

0 commit comments

Comments
 (0)