diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ed7bf1934..297e7fd3d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -6,6 +6,7 @@ on: branches: [ main ] jobs: typescript: + name: ʦ TypeScript timeout-minutes: 8 runs-on: ubuntu-latest steps: @@ -37,8 +38,15 @@ jobs: run: pnpm run lint test: + name: ⚫️ Test timeout-minutes: 8 runs-on: ubuntu-latest + env: + SUPABASE_SERVICE_ROLE_KEY: ${{ secrets.SUPABASE_SERVICE_ROLE_KEY }} + SUPABASE_DB_WEBHOOK_SECRET: ${{ secrets.SUPABASE_DB_WEBHOOK_SECRET }} + STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }} + STRIPE_WEBHOOK_SECRET: ${{ secrets.STRIPE_WEBHOOK_SECRET }} + steps: - uses: actions/checkout@v4 with: diff --git a/packages/features/accounts/src/components/account-selector.tsx b/packages/features/accounts/src/components/account-selector.tsx index 0591dffde..5d9aed023 100644 --- a/packages/features/accounts/src/components/account-selector.tsx +++ b/packages/features/accounts/src/components/account-selector.tsx @@ -129,7 +129,7 @@ export function AccountSelector({ @@ -191,7 +191,7 @@ export function AccountSelector({ data-test={'account-selector-team'} data-name={account.label} data-slug={account.value} - className={'group'} + className={'group flex space-x-2'} key={account.value} value={account.value ?? ''} onSelect={(currentValue) => { @@ -204,14 +204,11 @@ export function AccountSelector({ }} >