Skip to content

Commit

Permalink
Install requied Playwright dependancy in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ubhaya committed Dec 29, 2023
1 parent 2e8138a commit be6bf99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CleanArchitecture.Blazored.Dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
run: dotnet test -c Release --no-build content/CleanArchitecture.Blazored/tests/Application.UnitTests/Application.UnitTests.csproj
- name: Execute Domain.UnitTest
run: dotnet test -c Release --no-build content/CleanArchitecture.Blazored/tests/Domain.UnitTests/Domain.UnitTests.csproj
- name: Install Playwright
run: pwsh content/CleanArchitecture.Blazored/tests/WebUi.AcceptanceTests/bin/Release/net8.0/playwright.ps1 install
- name: Execute WebUi.AcceptanceTests
run: dotnet test -c Release --no-build content/CleanArchitecture.Blazored/tests/WebUi.AcceptanceTests/WebUi.AcceptanceTests.csproj

0 comments on commit be6bf99

Please sign in to comment.