Skip to content

Commit

Permalink
Fix typo in playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Oct 27, 2023
1 parent 95c32cf commit c4790bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cache: "pnpm"
cache-dependency-path: "./log-viewer/pnpm-lock.yaml"
- run: pnpm install
- run: pnpm exec playgright install --with-deps
- run: pnpm exec playwright install --with-deps
- run: pnpm test
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit c4790bd

Please sign in to comment.