Skip to content

Commit

Permalink
fix: generate reports folder only when exam is deactivated
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatWizard committed Sep 28, 2020
1 parent bd314b8 commit 3b06558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/ember-circleci/files/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
<% if (exam && !addon) { %> - run:
name: Prebuild Ember app for tests
command: yarn ember build --environment=testing
<% } else { %> - run:
<% } else if (exam === false) { %> - run:
name: Generate reports folder
command: mkdir reports
<% } %> - persist_to_workspace:
Expand Down

0 comments on commit 3b06558

Please sign in to comment.