Skip to content

Commit

Permalink
Only install the browser we actually use (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Oct 30, 2024
1 parent 80e66ef commit f26150f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
run: |
playwright_script=./bin/Release/net8.0/playwright.ps1
if [ -f $playwright_script ]; then
pwsh $playwright_script install
pwsh $playwright_script install chromium
fi
working-directory: TeachingRecordSystem/tests/${{ matrix.project }}

Expand Down

0 comments on commit f26150f

Please sign in to comment.