mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
circleci make results directory before running tap tests
This commit is contained in:
parent
60eea8b982
commit
31090d726d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue