Skip to content

Commit 332c413

Browse files
committed
Debug failing test in CI #3
1 parent 76b4aea commit 332c413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tasks/execute_from_local_registry.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cat ./build/package.json
66
NPM_CONFIG_REGISTRY=http://localhost:8080 npm i radius-tracker@latest
77
find ./node_modules/radius-tracker -type f
88
cat ./node_modules/radius-tracker/package.json
9+
cat ./node_modules/radius-tracker/cjs/checkEngine.js
910

1011
# TODO: Ideally, test the tracker output is sane, instead of using `--version`
1112
NPM_CONFIG_REGISTRY=http://localhost:8080 npx -p radius-tracker@latest radius-tracker . --version

0 commit comments

Comments
 (0)