Skip to content

Commit

Permalink
build(.github) use correct playwright install command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Aug 30, 2024
1 parent fbad681 commit e5bb2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-end-to-end-seating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
# Install Playwright dependencies (chromium)
# ------------------------------------------------------------------------------
- name: Install Playwright dependencies
run: ${SLIC_BIN} playwright install chromium
run: ${SLIC_BIN} playwright install
env:
CI: 'true'
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit e5bb2a6

Please sign in to comment.