Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Fix fredriks error
Browse files Browse the repository at this point in the history
  • Loading branch information
axelssonHakan committed Jan 25, 2019
1 parent 71cdea1 commit 1d65979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
DocID=$(curl -s --data-binary @data/drugcases.qvf http://localhost:9076/v1/apps/import | jq -r '.attributes.id')
npm run start:cov &
DocID=$DocID npm run test:e2e
npx nyx report -r html
npx nyc report -r html
- save_cache:
paths:
Expand Down

0 comments on commit 1d65979

Please sign in to comment.