Skip to content

Commit

Permalink
allow continue
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Jun 27, 2024
1 parent e2b3b66 commit e245898
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,25 @@ jobs:
name: ember-try (${{ matrix.scenario }})
needs: test
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
env:
CI: 'true'
strategy:
fail-fast: false
matrix:
experimental: [false]
scenario:
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
- ember-release
- ember-beta
- ember-canary
- ember-default-no-prototype-extensions
include:
- scenario: ember-beta
experimental: true
- scenario: ember-canary
experimental: true

steps:
- name: Checkout
Expand Down

0 comments on commit e245898

Please sign in to comment.