1
0
Fork 0
mirror of synced 2024-06-12 23:44:39 +12:00

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: |
cd qa-core
yarn setup
yarn serve:test:ci
yarn serve:test:self:ci
env:
BB_ADMIN_USER_EMAIL: admin
BB_ADMIN_USER_PASSWORD: admin

View file

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