Skip to content

Commit 30c9f3f

Browse files
committed
Get Windows and old-app passing in CI (probably)
1 parent 6e0c011 commit 30c9f3f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install Dependencies
8686
run: yarn install --frozen-lockfile
8787
- name: Run Tests
88-
run: yarn workspace ember-css-modules test
88+
run: yarn workspace ember-css-modules test:ember
8989

9090
test-try:
9191
name: Ember Try

test-packages/old-app/config/targets.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ const browsers = [
66
'last 1 Safari versions',
77
];
88

9-
const isCI = Boolean(process.env.CI);
10-
const isProduction = process.env.EMBER_ENV === 'production';
11-
12-
if (isCI || isProduction) {
13-
browsers.push('ie 11');
14-
}
15-
169
module.exports = {
1710
browsers,
1811
};

0 commit comments

Comments
 (0)