diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index a3c94d605590ca..66600c40a00818 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -7,14 +7,14 @@ jobs: test: name: Unit timeout-minutes: 20 - runs-on: buildjet-2vcpu-ubuntu-2204 + runs-on: buildjet-4vcpu-ubuntu-2204 steps: - uses: actions/checkout@v4 - uses: ./.github/actions/dangerous-git-checkout - uses: ./.github/actions/yarn-install - - run: yarn test + - run: yarn test -- --no-isolate # We could add different timezones here that we need to run our tests in - - run: TZ=America/Los_Angeles yarn test -- --timeZoneDependentTestsOnly + - run: TZ=America/Los_Angeles yarn test -- --timeZoneDependentTestsOnly --no-isolate - name: Run API v2 tests working-directory: apps/api/v2 run: |