Skip to content

Commit 3499b95

Browse files
authored
removed --with-deps flag which need to be running under sudo (#1129)
1 parent 7451d53 commit 3499b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cp this-repository/config/config.lindat.ui.tests.json dspace-ui-tests/customer-constants/
2727
2828
- name: Install Playwright Browsers
29-
run: npx playwright install --with-deps
29+
run: npx playwright install
3030
working-directory: dspace-ui-tests
3131

3232
- name: test

0 commit comments

Comments
 (0)