-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from getappmap/feat/thread-count
feat: Thread count
- Loading branch information
Showing
22 changed files
with
25,618 additions
and
7,443 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 |
---|---|---|
|
@@ -24,29 +24,34 @@ jobs: | |
- name: Install AppMap | ||
uses: getappmap/[email protected] | ||
with: | ||
verbose: true | ||
tools-url: https://github.com/getappmap/appmap-js/releases/download/%40appland%2Fappmap-faster-v1.0-pre.2/appmap-linux-x64 | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
project-type: yarn | ||
|
||
- name: Build | ||
run: yarn build | ||
|
||
- name: Test | ||
run: yarn test | ||
|
||
- name: Commit changes | ||
# If you forgot to package the distribution, you'll see a commit added to your PR | ||
uses: EndBug/add-and-commit@v7 | ||
with: | ||
add: dist | ||
message: 'chore: Packaged distribution of the GitHub action' | ||
|
||
- name: Archive AppMaps | ||
uses: getappmap/archive-appmap-action@v1-pre.13 | ||
uses: getappmap/archive-appmap-action@v1-pre.14 | ||
if: github.event_name != 'pull_request' | ||
|
||
- name: Analyze AppMaps | ||
uses: ./ | ||
if: (success() || failure()) && github.event_name == 'pull_request' | ||
with: | ||
base-revision: origin/main | ||
base-revision: ${{ github.event.pull_request.base.sha }} | ||
head-revision: ${{ github.event.pull_request.head.sha }} | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Build GitHub action | ||
run: yarn package | ||
|
||
- name: Commit changes | ||
# If you forgot to package the distribution, you'll see a commit added to your PR | ||
uses: EndBug/add-and-commit@v7 | ||
with: | ||
add: dist | ||
message: 'chore: Packaged distribution of the GitHub action' |
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: preflight-appmap-action | ||
name: analyze-action | ||
packages: | ||
- path: build | ||
- path: src | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.