Skip to content

Commit 91a3ff3

Browse files
committed
Disable ember-try for 1.x CI
1 parent 1929b4f commit 91a3ff3

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
- name: Run Tests
7575
run: yarn workspace ember-css-modules test
7676

77-
7877
test-windows:
7978
name: Windows
8079
runs-on: windows-latest
@@ -91,28 +90,6 @@ jobs:
9190
- name: Run Tests
9291
run: yarn workspace ember-css-modules test
9392

94-
test-try:
95-
name: Ember Try
96-
runs-on: ubuntu-latest
97-
needs: [test-locked-deps]
98-
strategy:
99-
matrix:
100-
scenario:
101-
- ember-release
102-
- ember-beta
103-
- ember-canary
104-
steps:
105-
- name: Checkout Code
106-
uses: actions/checkout@v1
107-
- name: Install Node
108-
uses: actions/setup-node@v1
109-
with:
110-
node-version: 12
111-
- name: Install Dependencies
112-
run: yarn install --frozen-lockfile
113-
- name: Try Scenario
114-
run: yarn workspace ember-css-modules ember try:one ${{ matrix.scenario }}
115-
11693
test-packages:
11794
name: Test Packages
11895
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)