Skip to content

Commit c1d2d13

Browse files
committed
add project path
Run dotnet tool install --global Microsoft.Playwright.CLI dotnet tool install --global Microsoft.Playwright.CLI playwright install chromium --with-deps shell: /usr/bin/bash -e {0} env: DOTNET_ROOT: /usr/share/dotnet You can invoke the tool using the following command: playwright Couldn't find project using Playwright. Ensure a project or a solution exists in /home/runner/work/dotnetcms/dotnetcms, or provide another path using -p. Tool 'microsoft.playwright.cli' (version '1.2.3') was successfully installed. Error: Process completed with exit code 1.
1 parent 5e39655 commit c1d2d13

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Playwright browsers
5454
run: |
5555
dotnet tool install --global Microsoft.Playwright.CLI
56-
playwright install chromium --with-deps
56+
playwright install chromium --with-deps --project src/MyBlog.E2E/MyBlog.E2E.csproj
5757
5858
- name: Build and run MyBlog
5959
run: |

docs/llm/output/0041.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)