Skip to content

Commit

Permalink
fix: Update test job to use correct executor and correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
edahlseng committed May 15, 2019
1 parent 3277690 commit a90e878
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sources/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,16 @@ jobs:
- put-test-results:
path: ./linting-results
test:
executor: circleci-cli/default
parameters:
executor:
type: executor
default: buildpack-deps
executor: << parameters.executor >>
steps:
- get-workspace
- run:
name: Running tests
command: npm run test-report
command: make test-report
- put-test-results:
path: ./test-results
- store_artifacts:
Expand Down

0 comments on commit a90e878

Please sign in to comment.