mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: attempt to fix mas 4 diagnostics again
This commit is contained in:
parent
ce2f227aec
commit
56badbc943
1 changed files with 8 additions and 5 deletions
|
|
@ -54,11 +54,11 @@ jobs:
|
|||
|
||||
- run: npm run env # Generate env.generated.ts
|
||||
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
||||
- name: Test Unit
|
||||
run: npm run test
|
||||
# - name: Lint
|
||||
# run: npm run lint
|
||||
#
|
||||
# - name: Test Unit
|
||||
# run: npm run test
|
||||
|
||||
# - name: Test E2E
|
||||
# run: npm run e2e
|
||||
|
|
@ -71,6 +71,9 @@ jobs:
|
|||
p12-file-base64: ${{ secrets.mac_certs }}
|
||||
p12-password: ${{ secrets.mac_certs_password }}
|
||||
|
||||
- name: List available signing identities
|
||||
run: security find-identity -v -p codesigning
|
||||
|
||||
- name: Build Electron app
|
||||
run: npm run dist:mac:mas:buildOnly
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue