Fixed so the code compiles

This commit is contained in:
2025-04-21 12:24:52 -04:00
parent b397912a57
commit 6c670e8061

View File

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