diff --git a/.build.yml b/.build.yml index 2fa09c4..367155d 100644 --- a/.build.yml +++ b/.build.yml @@ -1,12 +1,9 @@ image: alpine/edge packages: - nodejs + - npm 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" @@ -16,4 +13,5 @@ tasks: npm install - validate: | cd pmrpc + npm run build npm test \ No newline at end of file