Skip to content

Commit 2003b6a

Browse files
committed
test: return back all ui tests
1 parent c341932 commit 2003b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cp -r frontend/testing-view/dist/. electron-app/renderer/testing-view/
6161
6262
- name: Run UI tests
63-
run: pnpm --filter e2e exec playwright test tests/ui/startup.test.ts
63+
run: pnpm --filter e2e exec playwright test tests/ui
6464

6565
- name: Upload test report
6666
if: always()

0 commit comments

Comments
 (0)