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