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

Commit

Permalink
Fix circle.ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkinzer committed Jun 23, 2016
1 parent dc31249 commit 4b5c02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ test:
override:
- 'bash dkan/test/circle-behat.sh docroot/profiles/dkan/test/features':
parallel: true
- 'ahoy site test features/general.feature':
parallel: true
- 'ahoy site test features/general.feature':
parallel: true
post:
- echo $CIRCLE_ARTIFACTS; cp -av dkan/test/assets $CIRCLE_ARTIFACTS:
parallel: true

0 comments on commit 4b5c02d

Please sign in to comment.