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

chore(ssr): workflows

上级 bd1d8f4b
...@@ -15,15 +15,16 @@ jobs: ...@@ -15,15 +15,16 @@ jobs:
- name: build - name: build
run: npm run build run: npm run build
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1
working-directory: packages/playground/ssr with: packages/playground/ssr
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v2 uses: cypress-io/github-action@v2
working-directory: packages/playground/ssr working-directory: packages/playground/ssr
with: with:
install: false install: false
start: npm run dev:ssr start: npm run dev:ssr
project: packages/playground/ssr
wait-on: 'http://localhost:3000' wait-on: 'http://localhost:3000'
wait-on-timeout: 120 wait-on-timeout: 120
browser: chrome browser: chrome
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册