Skip to content

Commit

Permalink
Add workflow test (#41)
Browse files Browse the repository at this point in the history
* Fixed workflow test.

---------

Co-authored-by: pavel.butuzov <[email protected]>
  • Loading branch information
PavelButuzov and pavel.butuzov authored Jan 30, 2024
1 parent 2b56599 commit 8d22b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 testit-tms/adapters-js/${{ matrix.adapter_name }} run build && npm link testit-tms/adapters-js/${{ matrix.adapter_name }}
npm --prefix ../../adapters-js/${{ matrix.adapter_name }} run build && npm link ../../adapters-js/${{ matrix.adapter_name }}
dotnet build --configuration Release --property WarningLevel=0 api-validator-dotnet
pip install testit-cli
- name: Create TestRun
Expand Down

0 comments on commit 8d22b98

Please sign in to comment.