From 1144e726a7786d0861f419a4b4a2d5434a5655a2 Mon Sep 17 00:00:00 2001 From: Pavel Butuzov <73579433+PavelButuzov@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:54:13 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f66db97..faa447d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,8 +82,9 @@ jobs: run: | dotnet build --configuration Release --property WarningLevel=0 api-validator-dotnet pip install testit-cli - npm --prefix adapters-js/${{ matrix.adapter_name }} run build - cd adapters-js/${{ matrix.adapter_name }} && ls + ls + # npm --prefix adapters-js/${{ matrix.adapter_name }} run build + # cd adapters-js/${{ matrix.adapter_name }} && ls # cd js-examples/${{ matrix.project_name }} # npm link ../${{ matrix.adapter_name }} # - name: Create TestRun