Skip to content

Commit fe844e4

Browse files
snewcomerigorT
authored andcommitted
[CI]: simplify test run with smaller footprint for browser tests
1 parent aabf188 commit fe844e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ jobs:
147147
strategy:
148148
fail-fast: false
149149
matrix:
150-
scenario: [with-native-fetch, with-ember-fetch-no-jquery, with-ember-fetch-and-jquery, with-jquery]
151150
launcher: [Chrome, Firefox, IE]
152151
os: [macos-latest, windows-latest, ubuntu-latest]
153152
exclude:
@@ -164,7 +163,7 @@ jobs:
164163
- os: windows-latest
165164
launcher: Chrome
166165
runs-on: ${{ matrix.os }}
167-
name: ${{matrix.scenario}} ${{matrix.launcher}} on ${{matrix.os}}
166+
name: ${{matrix.launcher}} on ${{matrix.os}}
168167
steps:
169168
- uses: actions/checkout@v2
170169
- uses: actions/setup-node@v2-beta
@@ -181,7 +180,7 @@ jobs:
181180
TESTEM_CI_LAUNCHER: ${{ matrix.launcher }}
182181
CI: true
183182
run:
184-
yarn test:try-one ${{ matrix.scenario }} --- ember test -e production
183+
yarn test:production
185184

186185
floating-dependencies:
187186
timeout-minutes: 6

0 commit comments

Comments
 (0)