Skip to content

Commit

Permalink
update path to test project
Browse files Browse the repository at this point in the history
  • Loading branch information
KungRaseri committed Dec 6, 2023
1 parent 529ffe8 commit 7754e57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/playwright-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
dotnet-version: 8.0.x
- run: dotnet build
- name: Ensure browsers are installed
run: pwsh bin/Debug/net8.0/playwright.ps1 install --with-deps
working-directory: ./dotnet
run: pwsh ./dotnet/Playwright.Tests/bin/Debug/net8.0/playwright.ps1 install --with-deps
- name: Run your tests
run: dotnet test

0 comments on commit 7754e57

Please sign in to comment.