-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bld): rename MacOS Helper apps (#1206)
* Updates the Plist properties and renames the relevant executables. Fixes: nwjs/nw.js#7253 Refs: https://nwjs.readthedocs.io/en/latest/For%20Users/Package%20and%20Distribute/
- Loading branch information
1 parent
da0e353
commit 9f3b30f
Showing
10 changed files
with
706 additions
and
1,448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,23 +19,6 @@ jobs: | |
- windows-2022 | ||
fail-fast: false | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Setup Volta | ||
uses: volta-cli/[email protected] | ||
- name: Node.js version | ||
run: node -v | ||
- name: npm version | ||
run: npm -v | ||
- name: Install dependencies | ||
run: npm ci | ||
- name: Check for linting errors | ||
run: npm run lint | ||
- name: Run tests | ||
run: npm run test | ||
coverage: | ||
runs-on: ubuntu-22.04 | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
@@ -50,7 +33,9 @@ jobs: | |
run: npm -v | ||
- name: Install dependencies | ||
run: npm ci | ||
- name: Enable Coverage | ||
- name: Check for linting errors | ||
run: npm run lint | ||
- name: Run tests | ||
run: npm run test:cov | ||
- name: Report Coverage | ||
if: always() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.