Merge pull request #14303 from appsmithorg/chore/dont-run-perf-tests-on-ubuntu

chore: Run perf tests only on buildjet machine
This commit is contained in:
Satish Gandham 2022-06-09 10:12:46 +05:30 committed by GitHub
parent b9c5d91968
commit 5e3475bcce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1302,11 +1302,7 @@ jobs:
needs: [build, server-build] needs: [build, server-build]
# Only run if the build step is successful # Only run if the build step is successful
if: success() if: success()
strategy: runs-on: buildjet-4vcpu-ubuntu-2004
fail-fast: false
matrix:
machine: [ubuntu-latest,buildjet-4vcpu-ubuntu-2004]
runs-on: ${{ matrix.machine }}
defaults: defaults:
run: run:
working-directory: app/client working-directory: app/client