Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 28, 2019
1 parent ba519d2 commit 058f4e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ jobs:
env:
EMBER_DATA_FEATURE_OVERRIDE: DISABLE_ALL
run: yarn test
- if: |
github.event_name == 'pull_request' && (
github.base_ref == 'master' || github.base_ref == 'beta'
) || github.event_name == 'push' && (
endsWith(github.ref, '/master') || endsWith(github.ref, '/beta')
)
name: Remove All Deprecations
env:
EMBER_DATA_FULL_COMPAT: true
run: yarn test:production
floating-dependencies:
needs: [lint, basic-tests]
Expand Down

0 comments on commit 058f4e3

Please sign in to comment.