Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelButuzov authored Jan 30, 2024
1 parent 8d22b98 commit 49e1e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -93,4 +93,4 @@ jobs:
npm run test
- name: Validate
run: |
dotnet test --configuration Release --no-build --logger:"console;verbosity=detailed" api-validator-dotnet
dotnet test --configuration Release --no-build --logger:"console;verbosity=detailed" api-validator-dotnet

0 comments on commit 49e1e97

Please sign in to comment.