From a90e87861b0d00532b40e6c2d4f7a46c8bed3a21 Mon Sep 17 00:00:00 2001 From: Eric Dahlseng Date: Tue, 14 May 2019 21:14:12 -0700 Subject: [PATCH] fix: Update test job to use correct executor and correct command --- sources/index.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sources/index.yml b/sources/index.yml index b1a5a8d..e2dda28 100644 --- a/sources/index.yml +++ b/sources/index.yml @@ -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: