Skip to content

Commit

Permalink
DROP ME
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Mar 7, 2024
1 parent 0cc0cbf commit 6ed4f9c
Showing 1 changed file with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,71 +13,71 @@ env:
PNPM_VERSION: 6.35.1

jobs:
lint:
name: Linting
runs-on: ubuntu-latest
# lint:
# name: Linting
# runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
# steps:
# - uses: actions/[email protected]

- uses: pnpm/[email protected]
with:
version: ${{ env.PNPM_VERSION }}
# - uses: pnpm/[email protected]
# with:
# version: ${{ env.PNPM_VERSION }}

- uses: actions/[email protected]
with:
node-version: 14.x
cache: pnpm
# - uses: actions/[email protected]
# with:
# node-version: 14.x
# cache: pnpm

- run: pnpm install
- run: pnpm run lint
# - run: pnpm install
# - run: pnpm run lint

test:
name: Node Tests
runs-on: ${{ matrix.os }}
# test:
# name: Node Tests
# runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [12.x, 14.x, 16.x]
# strategy:
# matrix:
# os: [ubuntu-latest, windows-latest]
# node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/[email protected]
# steps:
# - uses: actions/[email protected]

- uses: pnpm/[email protected]
with:
version: ${{ env.PNPM_VERSION }}
# - uses: pnpm/[email protected]
# with:
# version: ${{ env.PNPM_VERSION }}

- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
# - uses: actions/[email protected]
# with:
# node-version: ${{ matrix.node-version }}
# cache: pnpm

- run: pnpm install
- run: pnpm run test:node
# - run: pnpm install
# - run: pnpm run test:node

ember-try-scenarios:
name: Ember Tests (${{ matrix.try-scenario }})

needs: [test]
# needs: [test]

runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
try-scenario:
- ember-lts-3.8
- ember-lts-3.12
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-lts-3.28
# - ember-lts-3.8
# - ember-lts-3.12
# - ember-lts-3.16
# - ember-lts-3.20
# - ember-lts-3.24
# - ember-lts-3.28
- ember-release
- ember-beta
- ember-canary
- embroider-safe
- embroider-optimized
# - embroider-safe
# - embroider-optimized

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 6ed4f9c

Please sign in to comment.