You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2022/06/09 09:28:55 UTC

[echarts-examples] branch gh-pages updated: chore: remove a workflow that does not work

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 165def98 chore: remove a workflow that does not work
165def98 is described below

commit 165def98ebcc491288ede6442189900ef53569e3
Author: Ovilia <zw...@gmail.com>
AuthorDate: Thu Jun 9 17:28:46 2022 +0800

    chore: remove a workflow that does not work
---
 .github/workflows/e2e-test.yml | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml
deleted file mode 100644
index 1ea7b8c3..00000000
--- a/.github/workflows/e2e-test.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: Run e2e Test
-
-on:
-  workflow_dispatch: {}
-
-jobs:
-  build-and-deploy:
-    runs-on: ubuntu-latest
-    steps:
-      - name: checkout
-        uses: actions/checkout@v2
-
-      - name: install ffmpeg
-        uses: FedericoCarboni/setup-ffmpeg@v1.1.0
-        id: setup-ffmpeg
-
-      - name: npm install
-        run: |
-          npm install
-          npm install puppeteer
-
-      - name: build
-        run: npm run build:example
-
-      - name: test e2e
-        run: npm run test:e2e


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org