We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acfa54 commit d9b3356Copy full SHA for d9b3356
1 file changed
.github/workflows/e2e-tests.yml
@@ -72,11 +72,6 @@ jobs:
72
run: |
73
timeout 60 bash -c 'until curl -f http://localhost:8080/api/version; do sleep 2; done'
74
75
- - name: Install Playwright
76
- run: |
77
- cd zeppelin-web-angular
78
- npx playwright install --with-deps
79
-
80
- name: Run headless E2E test with Maven (Anonymous)
81
run: xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" ./mvnw verify -pl zeppelin-web-angular -Pe2e-anonymous ${MAVEN_ARGS}
82
0 commit comments