olivetin/integration-tests/Makefile

16 lines
240 B
Makefile

default:
npm install --no-fund
./node_modules/.bin/mocha -t 5000
nginx:
podman-compose up -d nginx
clean:
podman-compose down
getsnapshot:
rm -rf /opt/OliveTin-snapshot/*
gh run download -D /opt/OliveTin-snapshot/
.PHONY: default