Skip to content

Commit

Permalink
Always run the "Build extensions" step
Browse files Browse the repository at this point in the history
This ensures we will always have the artifacts to easily test PRs
using the "load unpacked" method, or for manual publishing.
  • Loading branch information
chancancode committed Nov 13, 2019
1 parent 84593c7 commit 632bf4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,10 @@ jobs:
run: EMBER_ENV=test yarn ember test --path dist --filter="Ember Debug"

build:
name: Build for publishing
name: Build extensions
needs:
- test
- ember-try
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
env:
CI: 'true'
Expand Down

0 comments on commit 632bf4b

Please sign in to comment.