Skip to content

Commit

Permalink
Try out depot as CI provider
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesBochet committed Oct 17, 2024
1 parent 8e86e94 commit f26c65f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Front / Build storybook
run: npx nx storybook:build twenty-front
front-sb-test:
runs-on: shipfox-8vcpu-ubuntu-2204
runs-on: depot-ubuntu-22.04-8
timeout-minutes: 30
needs: front-sb-build
strategy:
matrix:
Expand All @@ -68,7 +69,8 @@ jobs:
- name: Run storybook tests
run: npx nx storybook:serve-and-test:static twenty-front --configuration=${{ matrix.storybook_scope }}
front-sb-test-performance:
runs-on: shipfox-8vcpu-ubuntu-2204
runs-on: depot-ubuntu-22.04-8
timeout-minutes: 30
env:
REACT_APP_SERVER_BASE_URL: http://localhost:3000
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
Expand Down

0 comments on commit f26c65f

Please sign in to comment.