diff --git a/.github/workflows/deploy-api.yaml b/.github/workflows/deploy-api.yaml index 3f14c7f2fe..42408adc0e 100644 --- a/.github/workflows/deploy-api.yaml +++ b/.github/workflows/deploy-api.yaml @@ -54,12 +54,9 @@ jobs: - name: Install uses: ./.github/actions/pnpm - - name: Install bun - run: npm i -g bun - - name: Test - run: bun test src/routes --coverage + run: bun test src/routes --coverage --timeout 10000 --rerun-each 10 working-directory: apps/api env: UNKEY_ROOT_KEY: "not-empty" # this is not requried for these tests, but it is required for the env validation, I should fix this