chore: build app before start

This commit is contained in:
Tony 2024-03-22 09:56:27 +08:00 committed by GitHub
parent 3351e51f3c
commit bb08db51b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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 &