@@ -52,45 +52,45 @@ jobs:
5252 yarn test:mocha
5353
5454
55- # test-ember:
56- # name: Ember Tests
57- # runs-on: ${{ matrix.os }}
55+ test-ember :
56+ name : Ember Tests
57+ runs-on : ${{ matrix.os }}
5858
59- # strategy:
60- # matrix:
61- # node-version: [12.x, 10.x]
62- # os: [ubuntu-latest, windows-latest]
59+ strategy :
60+ matrix :
61+ node-version : [12.x, 10.x]
62+ os : [ubuntu-latest, windows-latest]
6363
64- # steps:
65- # - name: Checkout Code
66- # uses: actions/checkout@v2
67- # - name: Use Node.js ${{ matrix.node-version }}
68- # uses: actions/setup-node@v1
69- # with:
70- # node-version: ${{ matrix.node-version }}
71- # - name: Yarn Install
72- # run: yarn install --ignore-engines --frozen-lockfile
73- # - name: Run Tests
74- # run: yarn workspace ember-cli-fastboot test:ember
64+ steps :
65+ - name : Checkout Code
66+ uses : actions/checkout@v2
67+ - name : Use Node.js ${{ matrix.node-version }}
68+ uses : actions/setup-node@v1
69+ with :
70+ node-version : ${{ matrix.node-version }}
71+ - name : Yarn Install
72+ run : yarn install --ignore-engines --frozen-lockfile
73+ - name : Run Tests
74+ run : yarn workspace ember-cli-fastboot test:ember
7575
7676
77- # test-packages:
78- # name: Test Packages
79- # runs-on: ${{ matrix.os }}
77+ test-packages :
78+ name : Test Packages
79+ runs-on : ${{ matrix.os }}
8080
81- # strategy:
82- # matrix:
83- # node-version: [12.x, 10.x]
84- # os: [ubuntu-latest, windows-latest]
81+ strategy :
82+ matrix :
83+ node-version : [12.x, 10.x]
84+ os : [ubuntu-latest, windows-latest]
8585
86- # steps:
87- # - name: Checkout Code
88- # uses: actions/checkout@v2
89- # - name: Use Node.js ${{ matrix.node-version }}
90- # uses: actions/setup-node@v1
91- # with:
92- # node-version: ${{ matrix.node-version }}
93- # - name: Yarn Install
94- # run: yarn install --ignore-engines --frozen-lockfile
95- # - name: Basic App
96- # run: yarn workspace basic-app test:mocha
86+ steps :
87+ - name : Checkout Code
88+ uses : actions/checkout@v2
89+ - name : Use Node.js ${{ matrix.node-version }}
90+ uses : actions/setup-node@v1
91+ with :
92+ node-version : ${{ matrix.node-version }}
93+ - name : Yarn Install
94+ run : yarn install --ignore-engines --frozen-lockfile
95+ - name : Basic App
96+ run : yarn workspace basic-app test:mocha
0 commit comments