7 lines
105 B
YAML
7 lines
105 B
YAML
|
image: node:latest
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
- npm install
|
||
|
- ./node_modules/.bin/shadow-cljs compile test
|