Skip to content

Commit

Permalink
UI: refactor playwright run (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega authored Oct 5, 2024
1 parent cd6cbfb commit 42d836a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ jobs:
uses: ./.github/share-actions/ui-node-pnpm-install

- name: Install Playwright Browsers
working-directory: ui
run: pnpm dlx playwright@1.43.0 install --with-deps
working-directory: ui/service
run: pnpm exec playwright install --with-deps chromium

- name: 🔍 Get bikes dataset cached
uses: ./.github/share-actions/get-bikes-dataset-cached
Expand Down

0 comments on commit 42d836a

Please sign in to comment.