Skip to content

Commit 04f7887

Browse files
committed
chore(tests): add appveyor artifacts
In order to inspect failed windows builds we will keep the test/artifacts folder for 10 minutes for inspection.
1 parent 1a37531 commit 04f7887

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@ test_script:
1717
# run tests
1818
- npm test
1919

20+
artifacts:
21+
- path: test\artifacts
22+
name: test artifacts
23+
2024
# Don't actually build.
2125
build: off

test/tests/commit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ describe('commit', function() {
103103

104104
// Describe an adapter
105105
let adapterConfig = {
106-
path: path.join(repoConfig.path, '/node_modules/cz-jira-smart-commit'),
107-
npmName: 'cz-jira-smart-commit'
106+
path: path.join(repoConfig.path, '/node_modules/cz-conventional-changelog'),
107+
npmName: 'cz-conventional-changelog'
108108
};
109109

110110
// Quick setup the repos, adapter, and grab a simple prompter

0 commit comments

Comments
 (0)