Skip to content

Commit

Permalink
Fixing Circle CI definition
Browse files Browse the repository at this point in the history
  • Loading branch information
etki committed Jul 7, 2017
1 parent 99d2385 commit 7dcede6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- run:
name: Test
command: bundle exec rake test
when: on_success
when: always
- run:
name: Chores
command: mkdir -p test/metadata
Expand All @@ -79,11 +79,7 @@ jobs:
- run:
name: Generate Allure report
command: |
. ~/.jabba/jabba.sh
env | grep JAVA
~/.jabba/bin/jabba use $JAVA_VERSION
export JAVA_HOME="$(jabba which $JAVA_VERSION)"
env | grep JAVA
bundle exec rake test:report
when: always
- type: store-artifacts
Expand Down

0 comments on commit 7dcede6

Please sign in to comment.