From 5e3475bccea18f630ebc8a2e4b86e0b97334e6a1 Mon Sep 17 00:00:00 2001 From: Satish Gandham Date: Thu, 9 Jun 2022 10:12:46 +0530 Subject: [PATCH] Merge pull request #14303 from appsmithorg/chore/dont-run-perf-tests-on-ubuntu chore: Run perf tests only on buildjet machine --- .github/workflows/integration-tests-command.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index 22e8c2a9a6..fe2f32679c 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -1302,11 +1302,7 @@ jobs: needs: [build, server-build] # Only run if the build step is successful if: success() - strategy: - fail-fast: false - matrix: - machine: [ubuntu-latest,buildjet-4vcpu-ubuntu-2004] - runs-on: ${{ matrix.machine }} + runs-on: buildjet-4vcpu-ubuntu-2004 defaults: run: working-directory: app/client