Skip to content

Commit

Permalink
ignore engines
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Nov 6, 2020
1 parent 682527d commit c05b1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
key: ci-yarn-${{ matrix.ember-version }}-${{ hashFiles('**/yarn.lock') }}

- name: Install
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --ignore-engines

- name: Run Tests
run: DEBUG=ember-try:dependency-manager-adapter:npm node_modules/.bin/ember try:one ${{ matrix.ember-version }} --skip-cleanup

0 comments on commit c05b1e6

Please sign in to comment.