Skip to content

Commit

Permalink
chore: removes duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelik committed Nov 9, 2023
1 parent e15c8ac commit 98e00f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 95 deletions.
26 changes: 10 additions & 16 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["12"]
node-version: ["16"]

steps:
- uses: actions/checkout@v2
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["12"]
node-version: ["16"]

steps:
- uses: actions/checkout@v2
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["12"]
node-version: ["16"]

steps:
- uses: actions/checkout@v2
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["12"]
node-version: ["16"]

steps:
- uses: actions/checkout@v2
Expand All @@ -91,23 +91,17 @@ jobs:
fail-fast: true
matrix:
ember-try-scenario:
- ember-lts-3.4
- ember-lts-3.8
- ember-lts-3.12
- ember-lts-3.16
- ember-lts-3.20
- ember-lts-3.24
- ember-default
- ember-lts-4.4
- ember-lts-4.8
- ember-release
- ember-beta
allow-failure: [false]
include:
- ember-try-scenario: ember-canary
allow-failure: true
- ember-canary
steps:
- uses: actions/checkout@v2
with:
node-version: 12.x
node-version: 16.x
- name: install dependencies
run: yarn install
- name: test
run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
79 changes: 0 additions & 79 deletions .github/workflows/ci.yml

This file was deleted.

0 comments on commit 98e00f1

Please sign in to comment.