Lint + update ci test command

This commit is contained in:
Rory Powell 2023-07-20 10:52:28 +01:00
parent f641341dac
commit e2a7927973
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ jobs:
run: | run: |
cd qa-core cd qa-core
yarn setup yarn setup
yarn serve:test:ci yarn serve:test:self:ci
env: env:
BB_ADMIN_USER_EMAIL: admin BB_ADMIN_USER_EMAIL: admin
BB_ADMIN_USER_PASSWORD: admin BB_ADMIN_USER_PASSWORD: admin

View File

@ -1,3 +1,3 @@
const envTimeout = process.env.JEST_TIMEOUT const envTimeout = process.env.JEST_TIMEOUT
const timeout = envTimeout && parseInt(envTimeout) const timeout = envTimeout && parseInt(envTimeout)
jest.setTimeout(timeout || 60000) jest.setTimeout(timeout || 60000)