image: node:latest
cache:
paths:
- node_modules/
all_tests:
stage: test
script:
- make -f test/lora32/Makefile defconfig all
- npm install --unsafe-perm
- npm test
artifacts:
- public
pages:
stage: deploy
dependencies:
- all_tests
- echo "Echo"