Skip to content

Commit c6a1b82

Browse files
committed
adding readme to the test-packages folder
1 parent fa9c004 commit c6a1b82

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ on:
1919
- cron: '0 6 * * 0'
2020

2121
jobs:
22-
test-mocha:
22+
test-legacy-mocha:
2323
name: Mocha Tests - ${{ matrix.node-version }}
2424
runs-on: ubuntu-latest
2525

2626
strategy:
2727
matrix:
2828
node-version: [12.x, 10.x]
29+
include:
30+
node: 12
31+
continue-on-error: true
2932

3033
steps:
3134
- name: Checkout Code

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ember FastBoot
22

33
[![npm version](https://badge.fury.io/js/ember-cli-fastboot.svg)](https://badge.fury.io/js/ember-cli-fastboot)
4-
[![Actions Status](hhttps://github.com/ember-fastboot/ember-cli-fastboot/workflows/CI/badge.svg)](https://github.com/ember-fastboot/ember-cli-fastboot/actions)
4+
[![Actions Status](https://github.com/ember-fastboot/ember-cli-fastboot/workflows/CI/badge.svg)](https://github.com/ember-fastboot/ember-cli-fastboot/actions)
55

66
An Ember CLI addon that allows you to render and serve Ember.js apps on
77
the server. Using FastBoot, you can serve rendered HTML to browsers and

test-packages/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Test Packages App
2+
3+
- [Basic App](./test-packages/basic-app) This basic ember app that is fastbooted using ember-cli-fastboot. Most test will be against this basic-app. When an app needs custom ember-cli-fastboot setup another ember app should be added to the test-packages folder.

0 commit comments

Comments
 (0)