From 48d36e227d97b29e4d695bb652eac3c80bfb44b4 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Tue, 11 May 2021 15:34:02 +0800 Subject: [PATCH] chore(workflows): e2e.yml --- .github/workflows/e2e.yml | 2 +- .../ssr/src/components/ssr-icon/ssr-icon.vue | 111 ++++++++++++++++++ .../playground/ssr/src/pages/index/index.vue | 1 + .../src/components/icon/index.tsx | 24 ++-- packages/uni-h5/dist/uni-h5.cjs.js | 7 +- packages/uni-h5/dist/uni-h5.es.js | 7 +- 6 files changed, 139 insertions(+), 13 deletions(-) create mode 100644 packages/playground/ssr/src/components/ssr-icon/ssr-icon.vue diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c322a28429..f249d562f0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -57,7 +57,7 @@ jobs: npx cypress version --component node - name: Cypress run - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v2.2.7 with: install: true start: npm run dev:ssr diff --git a/packages/playground/ssr/src/components/ssr-icon/ssr-icon.vue b/packages/playground/ssr/src/components/ssr-icon/ssr-icon.vue new file mode 100644 index 0000000000..a9171d8ff0 --- /dev/null +++ b/packages/playground/ssr/src/components/ssr-icon/ssr-icon.vue @@ -0,0 +1,111 @@ + \ No newline at end of file diff --git a/packages/playground/ssr/src/pages/index/index.vue b/packages/playground/ssr/src/pages/index/index.vue index b3a513147a..81346eda7b 100644 --- a/packages/playground/ssr/src/pages/index/index.vue +++ b/packages/playground/ssr/src/pages/index/index.vue @@ -1,6 +1,7 @@