Skip to content

Commit

Permalink
[CI]: simplify test run with smaller footprint for browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer authored and igorT committed Feb 17, 2021
1 parent aabf188 commit fe844e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ jobs:
strategy:
fail-fast: false
matrix:
scenario: [with-native-fetch, with-ember-fetch-no-jquery, with-ember-fetch-and-jquery, with-jquery]
launcher: [Chrome, Firefox, IE]
os: [macos-latest, windows-latest, ubuntu-latest]
exclude:
Expand All @@ -164,7 +163,7 @@ jobs:
- os: windows-latest
launcher: Chrome
runs-on: ${{ matrix.os }}
name: ${{matrix.scenario}} ${{matrix.launcher}} on ${{matrix.os}}
name: ${{matrix.launcher}} on ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
Expand All @@ -181,7 +180,7 @@ jobs:
TESTEM_CI_LAUNCHER: ${{ matrix.launcher }}
CI: true
run:
yarn test:try-one ${{ matrix.scenario }} --- ember test -e production
yarn test:production

floating-dependencies:
timeout-minutes: 6
Expand Down

0 comments on commit fe844e4

Please sign in to comment.