circleci make results directory before running tap tests

This commit is contained in:
BryceLTaylor 2021-01-28 09:54:06 -05:00
parent 60eea8b982
commit 31090d726d

View file

@ -91,7 +91,7 @@ aliases:
- run:
name: "integration tests with Tap"
command: |
npm rebuild yargs
mkdir ./test/results
npm run test:smoke:sauce
npm run test:smoke:convertReportToXunit
- store_test_results: