You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
387 B

3 years ago
image: alpine/edge
packages:
3 years ago
- nodejs
sources:
- https://git.sr.ht/~statianzo/pmrpc
secrets:
- 01f84277-3abe-4ed1-9d0d-d66b49bfcfe7
- 5756e542-1a3e-4c27-ac4c-4820cff2b965
- 576364b7-4764-4794-a536-1a3357fb222b
environment:
CI: "true"
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
tasks:
- setup: |
cd pmrpc
npm install
- validate: |
cd pmrpc
npm test