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

chore(ssr): workflows

上级 85436370
......@@ -12,13 +12,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: build
- name: Build all
run: npm run build
- uses: bahmutov/npm-install@v1
with: ./packages/playground/ssr
- name: Install ssr
working-directory: ./packages/playground/ssr
run: |
yarn
- name: Cypress run
uses: cypress-io/github-action@v2
working-directory: ./packages/playground/ssr
with:
install: false
start: npm run dev:ssr
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册