From 1a15bc397e2708a60074476bc3ddbc843ea0ae05 Mon Sep 17 00:00:00 2001 From: Pavel Butuzov <73579433+PavelButuzov@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:54:07 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b573dcf..5ba3d57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,10 +80,10 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Setup environment run: | - cd js-examples/${{ matrix.project_name }} - npm --prefix ../../${{ matrix.adapter_name }} run build && npm link ../../${{ matrix.adapter_name }} dotnet build --configuration Release --property WarningLevel=0 api-validator-dotnet pip install testit-cli + cd js-examples/${{ matrix.project_name }} + npm --prefix ../../${{ matrix.adapter_name }} run build && npm link ../../${{ matrix.adapter_name }} - name: Create TestRun run: | testit testrun create --token ${{ env.TMS_PRIVATE_TOKEN }} --output ${{ env.TEMP_FILE }}