Try out depot as CI provider

This commit is contained in:
Charles Bochet
2024-10-17 11:50:43 +02:00
parent 8e86e94125
commit f26c65fd41

View File

@ -43,7 +43,8 @@ jobs:
- name: Front / Build storybook - name: Front / Build storybook
run: npx nx storybook:build twenty-front run: npx nx storybook:build twenty-front
front-sb-test: front-sb-test:
runs-on: shipfox-8vcpu-ubuntu-2204 runs-on: depot-ubuntu-22.04-8
timeout-minutes: 30
needs: front-sb-build needs: front-sb-build
strategy: strategy:
matrix: matrix:
@ -68,7 +69,8 @@ jobs:
- name: Run storybook tests - name: Run storybook tests
run: npx nx storybook:serve-and-test:static twenty-front --configuration=${{ matrix.storybook_scope }} run: npx nx storybook:serve-and-test:static twenty-front --configuration=${{ matrix.storybook_scope }}
front-sb-test-performance: front-sb-test-performance:
runs-on: shipfox-8vcpu-ubuntu-2204 runs-on: depot-ubuntu-22.04-8
timeout-minutes: 30
env: env:
REACT_APP_SERVER_BASE_URL: http://localhost:3000 REACT_APP_SERVER_BASE_URL: http://localhost:3000
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0 NX_REJECT_UNKNOWN_LOCAL_CACHE: 0