ci: Build before running tests

This commit is contained in:
Dagur Valberg Johannsson 2026-03-23 08:43:00 +01:00
parent cb4f1ee598
commit acab94dc68
No known key found for this signature in database
GPG key ID: FD701804AEE88107

View file

@ -21,6 +21,7 @@ test:
extends: .node-common extends: .node-common
script: script:
- npm install - npm install
- npm run build
- npm run test - npm run test
build: build: