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 93a31be commit 71797d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ jobs:
run: |
dotnet build --configuration Release --property WarningLevel=0 api-validator-dotnet
pip install testit-cli
cd adapters-js/${{ matrix.adapter_name }} && npm install && npm run build && ls
# cd js-examples/${{ matrix.project_name }}
# npm --prefix adapters-js/${{ matrix.adapter_name }} run build && npm link adapters-js/${{ matrix.adapter_name }}
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 }}
Expand Down

0 comments on commit 71797d9

Please sign in to comment.