Skip to content

Commit

Permalink
test reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevnz committed Dec 3, 2019
1 parent 7d09a35 commit aa4ce35
Show file tree
Hide file tree
Showing 5 changed files with 375 additions and 154 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:11.9
- image: circleci/node:12
working_directory: ~/forms
steps:
- checkout
Expand All @@ -12,10 +12,6 @@ jobs:
# run tests!
- run: npm test
- run: npm run coverage
# - run:
# name: Setup Github
# command: |
# git config --global user.email "[email protected]"
# git config --global user.name "Kevin Isom"
# echo "machine github.com login Kevnz password $GITHUB_TOKEN" > ~/.netrc
# - run: npm run publish:site
- run: npm run test:ci
- store_test_results:
path: ~/forms/reports
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ example/dist

dist
lib
.cache
.cache
junit.xml
Loading

0 comments on commit aa4ce35

Please sign in to comment.