chore: build app before start
This commit is contained in:
parent
3351e51f3c
commit
bb08db51b9
|
|
@ -80,6 +80,10 @@ jobs:
|
|||
const script = require(`${process.env.GITHUB_WORKSPACE}/scripts/workflow/test-route/identify.js`)
|
||||
return script({ github, context, core }, body, number, sender)
|
||||
|
||||
- name: Build RSSHub
|
||||
if: env.TEST_CONTINUE
|
||||
run: pnpm build
|
||||
|
||||
- name: Start RSSHub
|
||||
if: env.TEST_CONTINUE
|
||||
run: pnpm start &
|
||||
|
|
|
|||
Loading…
Reference in New Issue