mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-29 11:56:04 +08:00
Minor bug fixes & build job (#89)
This commit is contained in:
parent
152fe8d430
commit
b8d246592d
4 changed files with 24 additions and 3 deletions
21
.github/workflows/test.yml
vendored
21
.github/workflows/test.yml
vendored
|
@ -76,3 +76,24 @@ jobs:
|
|||
BASE_URL: https://parcelvoy.com
|
||||
QUEUE_DRIVER: memory
|
||||
STORAGE_DRIVER: s3
|
||||
|
||||
build:
|
||||
needs: lint
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Node Install
|
||||
run: |
|
||||
npm install
|
||||
- name: Build
|
||||
run: |
|
||||
npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue