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