This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 668d602c08 [MINOR] Remove unused profile from actions (#4363) 668d602c08 is described below commit 668d602c08d009c6c724a4e2874b4bbba16ee822 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Wed Apr 20 19:46:10 2022 +0900 [MINOR] Remove unused profile from actions (#4363) --- .github/workflows/frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index c3c39cbf2e..34cdef2b0f 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -48,7 +48,7 @@ jobs: - name: Install application run: ./mvnw -B install -DskipTests -DskipRat -pl ${INTERPRETERS} -Phadoop2 -Pscala-2.11 - name: Run headless test - run: xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" ./mvnw verify -DskipRat -pl zeppelin-web -Phadoop2 -Pscala-2.11 -Pweb-e2e -B + run: xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" ./mvnw verify -DskipRat -pl zeppelin-web -Pscala-2.11 -Pweb-e2e -B - name: Print zeppelin logs if: always() run: if [ -d "logs" ]; then cat logs/*; fi