fix ci
This commit is contained in:
parent
bcb66e7759
commit
d9d8e51d86
|
@ -27,6 +27,7 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
|
- run: yarn bootstrap
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -25,6 +25,7 @@ beforeAll(async () => {
|
||||||
|
|
||||||
await app.start()
|
await app.start()
|
||||||
})
|
})
|
||||||
|
|
||||||
afterAll(async () => await app.destroy())
|
afterAll(async () => await app.destroy())
|
||||||
|
|
||||||
it("/apppackage should get appDefinition", async () => {
|
it("/apppackage should get appDefinition", async () => {
|
||||||
|
|
Loading…
Reference in New Issue