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 31, 2024
1 parent da774d2 commit 1144e72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1144e72

Please sign in to comment.