Skip to content

Commit

Permalink
fix: update demo for chance-month helper
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasegar committed May 14, 2020
1 parent ba4a07a commit a0d1713
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:

- uses: actions/checkout@v1
Expand All @@ -52,7 +51,6 @@ jobs:
tests_ember_compat:
name: Ember Compatability
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
strategy:
matrix:
scenario:
Expand All @@ -69,7 +67,6 @@ jobs:

publish:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
needs: [tests_ember_compat]
if: github.ref == 'refs/heads/master'
steps:
Expand Down
25 changes: 12 additions & 13 deletions tests/dummy/app/templates/chance-month.hbs
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@

<h3>chance-month:</h3>
<p>Description for chance-month goes here.</p>
<p>
<code>
\{{ chance-month "hello world"}}
</code>
</p>
<p>
<code>
// => {{ chance-month "hello world"}}
</code>
</p>
<h3>chance-month:</h3>
<p>Generate a random month name</p>
<p>
<code>
\{{ chance-month }}
</code>
</p>
<p>
<code>
// => {{ chance-month }}
</code>
</p>

0 comments on commit a0d1713

Please sign in to comment.