ci: Build before running tests
This commit is contained in:
parent
cb4f1ee598
commit
acab94dc68
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ test:
|
|||
extends: .node-common
|
||||
script:
|
||||
- npm install
|
||||
- npm run build
|
||||
- npm run test
|
||||
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue