diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d72629f..6f4d47f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Run Tests uses: nick-fields/retry@v2.8.3 with: - command: pnpm run test:ci --base=${{ github.event.before }} + command: pnpm run test:ci timeout_minutes: 10 max_attempts: 3 - name: Publish