Skip to content

Commit 7d9639f

Browse files
ci: enable debugging
1 parent 8b583ef commit 7d9639f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- run:
134134
name: Run Alpine binary -f (dry run)
135135
command: |
136-
out/codecov-alpine -f /root/project/coverage-alpine/cobertura-coverage.xml -F alpine -d -Z -e CIRCLE_BRANCH >> output_alpine.txt
136+
NODE_DEBUG=vm out/codecov-alpine -f /root/project/coverage-alpine/cobertura-coverage.xml -F alpine -d -Z -e CIRCLE_BRANCH >> output_alpine.txt
137137
- run:
138138
name: Run Alpine binary auto-detect (dry run)
139139
command: |

0 commit comments

Comments
 (0)