@@ -107,6 +107,18 @@ jobs:
|
||||
SKIP_INTEGRATION: '1'
|
||||
run: npm test
|
||||
|
||||
- name: Verify branding icons
|
||||
timeout-minutes: 2
|
||||
run: |
|
||||
set -euo pipefail
|
||||
test -f build/icon.png
|
||||
test -f build/icon.ico
|
||||
test -f assets/favicons/favicon.ico
|
||||
test -f assets/logo/peardata-icon-64.png
|
||||
node scripts/build-branding.cjs --sync-only
|
||||
ls -la build/icon.png build/icon.ico assets/logo/peardata-icon-64.png
|
||||
file build/icon.png build/icon.ico || true
|
||||
|
||||
- name: Install rcodesign (macOS codesign on Linux)
|
||||
timeout-minutes: 2
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user