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 <[email protected]>
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/[email protected]
- 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: [email protected]
For additional commands, e-mail: [email protected]