提交 8c769383 编写于 作者: fxy060608's avatar fxy060608

chore: ssr=>e2e

上级 b966ddd8
name: 'ssr'
name: 'e2e'
on:
push:
branches:
......@@ -7,7 +7,7 @@ on:
branches:
- next
jobs:
ssr:
e2e:
runs-on: ${{ matrix.os }}
strategy:
matrix:
......
......@@ -30,22 +30,6 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- name: Get yarn cache directory
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: Set dependencies cache
uses: actions/cache@v2
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-${{ matrix.node_version }}-${{ hashFiles('yarn.lock') }}
${{ runner.os }}-${{ matrix.node_version }}-
- name: Versions
run: yarn versions
- name: Install dependencies
run: yarn install --frozen-lockfile
......
......@@ -12,8 +12,8 @@
"ls-lint": "ls-lint",
"test": "jest",
"preinstall": "node ./scripts/checkYarn.js",
"e2e:ssr": "cypress open --project packages/playground/ssr",
"e2e:dev:ssr": "cd packages/playground/ssr && npm run dev:ssr"
"e2e:ssr:open": "cypress open --project packages/playground/ssr",
"e2e:ssr:dev": "cd packages/playground/ssr && npm run dev:ssr"
},
"types": "test-dts/index.d.ts",
"tsd": {
......@@ -57,6 +57,7 @@
"@typescript-eslint/parser": "^4.12.0",
"@vitejs/plugin-vue": "^1.2.2",
"@vitejs/plugin-vue-jsx": "^1.1.4",
"cypress": "^7.3.0",
"eslint": "^7.17.0",
"fs-extra": "^9.0.1",
"jest": "^26.6.3",
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册