You've already forked reloading-manager
Fixed so the code compiles
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
stages:
|
stages:
|
||||||
- Tests
|
- Tests
|
||||||
|
|
||||||
|
NodeJs Tests:
|
||||||
|
stage: Tests
|
||||||
|
image: node:22.14.0
|
||||||
|
before_script:
|
||||||
|
- cd frontend
|
||||||
|
- npm install
|
||||||
|
script:
|
||||||
|
- npm run build
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- project: 'shared/blueprints'
|
- project: 'shared/blueprints'
|
||||||
file: 'jobs/golang-tests.yml'
|
file: 'jobs/golang-tests.yml'
|
||||||
|
|||||||
Reference in New Issue
Block a user