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 d581d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-end-to-end-seating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: stellarwp/slic
ref: 1.7.1
ref: 962dfd25e3657326d8dc3c57da578374a55aa370
path: slic
fetch-depth: 1
# ------------------------------------------------------------------------------
Expand Down 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 d581d4f

Please sign in to comment.