Skip to content

Commit 3dbb017

Browse files
committed
app js
1 parent 3611b1e commit 3dbb017

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-scripts.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,11 @@ jobs:
276276
$scriptPath = Join-Path $env:GITHUB_WORKSPACE "win\run.ps1"
277277
278278
$testConfigs = @(
279-
@("web", "java"),
280-
@("app", "java"),
281-
@("web", "python"),
282-
@("app", "python"),
283-
@("web", "nodejs"),
279+
# @("web", "java"),
280+
# @("app", "java"),
281+
# @("web", "python"),
282+
# @("app", "python"),
283+
# @("web", "nodejs"),
284284
@("app", "nodejs")
285285
)
286286

0 commit comments

Comments
 (0)