Skip to content

Commit

Permalink
Revert "improve playwright file naming"
Browse files Browse the repository at this point in the history
This reverts commit 502950e.
  • Loading branch information
heswell committed Apr 22, 2024
1 parent 502950e commit e69b549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Node & dependencies
uses: ./.github/actions/setup-vuu-ui
- name: Install Playwright Chromium Browser
run: cd ./vuu-ui && npx playwright install --with-deps chrome
run: cd ./vuu-ui && npx playwright install --with-deps chromium
- name: Build Showcase
run: cd ./vuu-ui && npm run showcase:build
- name: Run tests
Expand Down

0 comments on commit e69b549

Please sign in to comment.