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