Skip to content

Commit

Permalink
⛔️
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelin committed Oct 8, 2023
1 parent b4baccd commit 85fbfbd
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ jobs:
fail-fast: false
matrix:
try-scenario:
- ember-lts-3.4
- ember-lts-3.8
- ember-lts-3.12
- ember-lts-3.28
- ember-release
- ember-beta
- ember-canary
- ember-classic
- ember-default-with-jquery
# - ember-lts-3.4
# - ember-lts-3.8
# - ember-lts-3.12
# - ember-lts-3.28
# - ember-release
# - ember-beta
# - ember-canary
# - ember-classic
# - ember-default-with-jquery
- embroider-safe
- embroider-optimized
# - embroider-optimized

steps:
- uses: actions/checkout@v3
Expand All @@ -88,5 +88,7 @@ jobs:
cache: pnpm
- name: Install Dependencies
run: pnpm install
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run Tests
run: pnpm exec ember try:one ${{ matrix.try-scenario }}

0 comments on commit 85fbfbd

Please sign in to comment.