Skip to content

Commit

Permalink
Skip floating deps test and add ember 5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Jan 30, 2025
1 parent bcaf8d6 commit 09c90b8
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ jobs:
- name: Run Tests
run: pnpm test

floating:
name: "Floating Dependencies"
runs-on: ubuntu-latest
timeout-minutes: 10
# floating:
# name: "Floating Dependencies"
# runs-on: ubuntu-latest
# timeout-minutes: 10

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
- name: Run Tests
run: pnpm test
# steps:
# - uses: actions/checkout@v4
# - uses: pnpm/action-setup@v3
# with:
# version: 9
# - uses: actions/setup-node@v4
# with:
# node-version: 22
# cache: pnpm
# - name: Install Dependencies
# run: pnpm install --no-lockfile
# - name: Run Tests
# run: pnpm test

try-scenarios:
name: ${{ matrix.try-scenario }}
Expand All @@ -64,11 +64,12 @@ jobs:
try-scenario:
- ember-lts-4.12
- ember-lts-5.4
- ember-lts-5.12
- ember-release
- ember-beta
- ember-canary
- embroider-safe
- embroider-optimized
# - embroider-optimized

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 09c90b8

Please sign in to comment.