Skip to content

Commit e535928

Browse files
fix artifacts on circleci
1 parent 8016d2f commit e535928

File tree

5 files changed

+7836
-517
lines changed

5 files changed

+7836
-517
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
npm run test:newman
109109
npm run test:newman:clear
110110
- store_artifacts:
111-
path: /newman
111+
path: ./newman
112112

113113
workflows:
114114
version: 2

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ lib-cov
1717
# Coverage directory used by tools like istanbul
1818
coverage
1919

20+
# Newman tests
21+
newman
22+
2023
# nyc test coverage
2124
.nyc_output
2225

0 commit comments

Comments
 (0)