Move Front CI from Github runner to shipfox runner (#7749)
Trying out a CI runner provider called "ShipFox" (https://docs.shipfox.io/) Let's see how it works ;)
This commit is contained in:
4
.github/workflows/ci-front.yaml
vendored
4
.github/workflows/ci-front.yaml
vendored
@ -43,7 +43,7 @@ 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: ci-8-cores
|
runs-on: shipfox-8vcpu-ubuntu-2204
|
||||||
needs: front-sb-build
|
needs: front-sb-build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -68,7 +68,7 @@ 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: ci-8-cores
|
runs-on: shipfox-8vcpu-ubuntu-2204
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user