Skip to content

Commit

Permalink
fix path used for playwright install script
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jul 6, 2023
1 parent 8a0780f commit a2b4871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build dotnet
run: dotnet build
- name: Ensure browsers are installed
run: pwsh /backend/Testing/bin/Debug/net7.0/playwright.ps1 install --with-deps
run: pwsh ./backend/Testing/bin/Debug/net7.0/playwright.ps1 install --with-deps
- name: Integration Test
env:
TEST_SERVER_HOSTNAME: staging.languagedepot.org
Expand Down

0 comments on commit a2b4871

Please sign in to comment.