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 49e1e97 commit 1a15bc3
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 @@ -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 }}
Expand Down

0 comments on commit 1a15bc3

Please sign in to comment.