Skip to content

Commit

Permalink
add shim:test-integration to the CI config
Browse files Browse the repository at this point in the history
refs #60
  • Loading branch information
warner committed Oct 1, 2019
1 parent c3d104d commit 5fe78d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ jobs:
- run: &build
name: Build
command: npm run shim:build
- run: &test
- run: &test
name: Test
command: npm run shim:test
- run: &test_integration
name: Test-Integration
command: npm run shim:test-integration

lint_and_test_node_10:
<<: *lint_and_test
Expand Down

0 comments on commit 5fe78d8

Please sign in to comment.