mirror of
https://github.com/fluencelabs/assemblyscript-json
synced 2025-04-24 14:22:22 +00:00
15 lines
147 B
YAML
15 lines
147 B
YAML
image: node:latest
|
|
|
|
stages:
|
|
- test
|
|
|
|
cache:
|
|
paths:
|
|
- node_modules/
|
|
|
|
run_tests:
|
|
stage: test
|
|
script:
|
|
- npm install
|
|
- npm run test
|