Update build_and_test_debug.yml

This commit is contained in:
Sean Baker 2026-04-07 08:33:54 +08:00
parent 23e468b434
commit 1f1c03cfc4

View file

@ -43,8 +43,16 @@ jobs:
node-version: 18
cache: npm
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: Install NPM Dependencies
run: npm ci
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
- name: Lint
run: ./task lint
@ -95,8 +103,16 @@ jobs:
node-version: 18
cache: npm
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: Install NPM Dependencies
run: PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm ci
run: npm ci
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
- name: Shadowbox Debug Build (arm64)
run: TARGET_ARCH=aarch64 ./task shadowbox:build