From 49e1e97dfea521b101f5ae6ff0edd2e62e113765 Mon Sep 17 00:00:00 2001 From: Pavel Butuzov <73579433+PavelButuzov@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:22:35 +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 679d327..b573dcf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,7 +81,7 @@ jobs: - name: Setup environment run: | cd js-examples/${{ matrix.project_name }} - npm --prefix ../../adapters-js/${{ matrix.adapter_name }} run build && npm link ../../adapters-js/${{ matrix.adapter_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 - name: Create TestRun @@ -93,4 +93,4 @@ jobs: npm run test - name: Validate run: | - dotnet test --configuration Release --no-build --logger:"console;verbosity=detailed" api-validator-dotnet \ No newline at end of file + dotnet test --configuration Release --no-build --logger:"console;verbosity=detailed" api-validator-dotnet