This commit is contained in:
parent
7e5c4d295c
commit
04876120d7
@ -1,7 +1,7 @@
|
|||||||
name: Node.js CI
|
name: Node.js CI
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build_app:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -13,3 +13,8 @@ jobs:
|
|||||||
node-version: '20.x'
|
node-version: '20.x'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --production --if-present
|
- run: npm run build --production --if-present
|
||||||
|
build_image:
|
||||||
|
needs: build_app
|
||||||
|
runs:
|
||||||
|
using: 'docker'
|
||||||
|
image: 'Dockerfile'
|
Loading…
Reference in New Issue
Block a user