Improve build times for tests and lint (#5193)

* test build skip

* reset file
This commit is contained in:
Timothy Carambat
2026-03-11 12:18:29 -07:00
committed by GitHub
parent 6713c80f31
commit f1439d7fcb
2 changed files with 6 additions and 0 deletions

View File

@@ -61,6 +61,9 @@ jobs:
- name: Install collector dependencies
run: cd collector && yarn install --frozen-lockfile
env:
PUPPETEER_SKIP_DOWNLOAD: "true"
SHARP_IGNORE_GLOBAL_LIBVIPS: "true"
- name: Lint server
run: cd server && yarn lint:check