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

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch authored Aug 5, 2016
1 parent 5b1a054 commit 6d67f36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ dependencies:
## Customize test commands
test:
override:
- bash dkan/test/circle-behat.sh docroot/profiles/dkan/test/features --tags='~@customizable&&~@fixme&&~@testBug':
parallel: true
- 'ahoy site test features/general.feature':
- bash dkan/test/circle-behat.sh docroot/profiles/dkan/test/features tests/features/general.feature --tags='~@customizable&&~@fixme&&~@testBug':
parallel: true

post:
- echo $CIRCLE_ARTIFACTS; cp -av dkan/test/assets $CIRCLE_ARTIFACTS:
parallel: true

0 comments on commit 6d67f36

Please sign in to comment.