Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Run dkan_starter tests first.
Browse files Browse the repository at this point in the history
This may help with virus scan tests failing.
  • Loading branch information
dkinzer committed Nov 18, 2016
1 parent 563e1fa commit c11b9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies:
## Customize test commands
test:
override:
- BEHAT_FOLDER=$HOME/$CIRCLE_PROJECT_REPONAME/tests ruby dkan/.ahoy/.scripts/circle-behat.rb dkan/test/features tests/features config/tests/features --tags='~@customizable&&~@fixme&&~@testBug':
- BEHAT_FOLDER=$HOME/$CIRCLE_PROJECT_REPONAME/tests ruby dkan/.ahoy/.scripts/circle-behat.rb tests/features dkan/test/features config/tests/features --tags='~@customizable&&~@fixme&&~@testBug':
timeout: 1200
parallel: true
post:
Expand Down

0 comments on commit c11b9ba

Please sign in to comment.