-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Bootstrap initial AppMap archive (#130)
* ci: Bootstrap initial AppMap archive * Commit from GitHub Actions (Tests) * Commit from GitHub Actions (Tests) * commit to force appmapp to run * Remove ruby 3.3 for appmapp * Standardize * Commit from GitHub Actions (Tests) * remove appmapp setup * ci: Add the AppMap analyze action --------- Co-authored-by: hopsoft <[email protected]>
- Loading branch information
Showing
6 changed files
with
69 additions
and
45 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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: turbo_boost-commands | ||
packages: | ||
- path: app | ||
- path: lib | ||
language: ruby | ||
appmap_dir: tmp/appmap |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: dummy | ||
language: ruby | ||
appmap_dir: tmp/appmap | ||
packages: | ||
- path: app | ||
- path: lib | ||
exclude: [] |