Skip to content

Commit d9b3356

Browse files
committed
test
1 parent 1acfa54 commit d9b3356

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ jobs:
7272
run: |
7373
timeout 60 bash -c 'until curl -f http://localhost:8080/api/version; do sleep 2; done'
7474
75-
- name: Install Playwright
76-
run: |
77-
cd zeppelin-web-angular
78-
npx playwright install --with-deps
79-
8075
- name: Run headless E2E test with Maven (Anonymous)
8176
run: xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" ./mvnw verify -pl zeppelin-web-angular -Pe2e-anonymous ${MAVEN_ARGS}
8277

0 commit comments

Comments
 (0)