Skip to content

Add an extraCliArgs option to the emberNew helper #6

Add an extraCliArgs option to the emberNew helper

Add an extraCliArgs option to the emberNew helper #6

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version:
- 10
- 12
- 13
os:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn
- run: yarn test