Skip to content

Commit 780999e

Browse files
author
ladeak
committed
Update path
1 parent c9eee74 commit 780999e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
npm run vsce-deploy-win-x64
4646
npm run vsce-deploy-linux-x64
4747
popd
48-
- name: Invoke Playwright installation
49-
run: ./tests/IntegrationTests/bin/${{ env.CONFIGURATION }}/${{ env.DOTNET_VERSION }}/playwright.ps1 install --with-deps
48+
- name: Playwright installation
49+
run: ./tests/CHttpServer.BrowserTests/bin/${{ env.CONFIGURATION }}/${{ env.DOTNET_VERSION }}/playwright.ps1 install --with-deps
5050
shell: pwsh
5151
- name: Broswer Tests
5252
run: dotnet test ./tests/CHttpServer.BrowserTests --no-build -c ${{ env.CONFIGURATION }}

0 commit comments

Comments
 (0)