image: alpine/edge packages: - nodejs - npm sources: - https://git.sr.ht/~statianzo/pmrpc environment: CI: "true" PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true" tasks: - setup: | cd pmrpc npm install - build: | cd pmrpc npm run build ls -1 lib - test: | cd pmrpc npm run test