mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
Update build_and_test_debug.yml
This commit is contained in:
parent
23e468b434
commit
1f1c03cfc4
1 changed files with 17 additions and 1 deletions
18
.github/workflows/build_and_test_debug.yml
vendored
18
.github/workflows/build_and_test_debug.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue