Skip to content

Commit 8efabe9

Browse files
Merge branch 'main' into tracer-config
2 parents 82fb31e + e05e9e6 commit 8efabe9

21 files changed

+14
-12
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
>&2 echo "Failed: Repo should be clean before testing!"
2525
exit 1
2626
fi
27+
# Wipe the lib directory incase there are extra unnecessary files in there
28+
rm -rf lib
2729
# Generate the JavaScript files
2830
npm run-script build
2931
# Check that repo is still clean

analyze/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ inputs:
2929
default: ${{ toJson(matrix) }}
3030
runs:
3131
using: 'node12'
32-
main: '../lib/finalize-db.js'
32+
main: '../lib/analyze-action.js'

autobuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ inputs:
88
default: ${{ toJson(matrix) }}
99
runs:
1010
using: 'node12'
11-
main: '../lib/autobuild.js'
11+
main: '../lib/autobuild-action.js'

init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ inputs:
1818
required: false
1919
runs:
2020
using: 'node12'
21-
main: '../lib/setup-tracer.js'
21+
main: '../lib/init-action.js'

lib/finalize-db.js renamed to lib/analyze-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/autobuild.js renamed to lib/autobuild-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/autobuild-action.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/autobuild.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/finalize-db.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)