1 parent c9eee74 commit 780999eCopy full SHA for 780999e
1 file changed
.github/workflows/CI.yml
@@ -45,8 +45,8 @@ jobs:
45
npm run vsce-deploy-win-x64
46
npm run vsce-deploy-linux-x64
47
popd
48
- - name: Invoke Playwright installation
49
- run: ./tests/IntegrationTests/bin/${{ env.CONFIGURATION }}/${{ env.DOTNET_VERSION }}/playwright.ps1 install --with-deps
+ - name: Playwright installation
+ run: ./tests/CHttpServer.BrowserTests/bin/${{ env.CONFIGURATION }}/${{ env.DOTNET_VERSION }}/playwright.ps1 install --with-deps
50
shell: pwsh
51
- name: Broswer Tests
52
run: dotnet test ./tests/CHttpServer.BrowserTests --no-build -c ${{ env.CONFIGURATION }}
0 commit comments