Fix front jest tests (#5331)

This commit is contained in:
Charles Bochet
2024-05-08 01:49:49 +02:00
committed by GitHub
parent bb995d5488
commit eef497cb57
11 changed files with 9 additions and 18 deletions

View File

@ -26,6 +26,7 @@ runs:
.nx/cache
node_modules/.cache
packages/*/node_modules/.cache
packages/twenty-front/storybook-static
key: tasks-cache-${{ github.ref_name }}-${{ inputs.tag }}-${{ steps.tasks-key.outputs.key }}${{ inputs.suffix }}-${{ github.sha }}
restore-keys: |
tasks-cache-${{ github.ref_name }}-${{ inputs.tag }}-${{ steps.tasks-key.outputs.key }}${{ inputs.suffix }}-

View File

@ -18,7 +18,7 @@ concurrency:
jobs:
front-sb-build:
runs-on: ubuntu-latest
runs-on: ci-8-cores
env:
REACT_APP_SERVER_BASE_URL: http://localhost:3000
steps: