diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 9011150f..dcc6985a 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -18,7 +18,7 @@ concurrency: jobs: playwright: name: Playwright - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 if: ${{ github.repository == 'nk-crew/ghostkit' || github.event_name == 'pull_request' }} strategy: fail-fast: false diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79ac5dc1..13e76baf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ concurrency: jobs: compute-previous-wordpress-version: name: Compute previous WordPress version - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 outputs: previous-wordpress-version: ${{ steps.get-previous-wordpress-version.outputs.previous-wordpress-version }} @@ -44,7 +44,7 @@ jobs: test-php: name: PHP ${{ matrix.php }}${{ matrix.wordpress != '' && format( ' (WP {0}) ', matrix.wordpress ) || '' }} on ubuntu-latest needs: compute-previous-wordpress-version - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 timeout-minutes: 20 if: ${{ github.repository == 'nk-crew/ghostkit' || github.event_name == 'pull_request' }} strategy: @@ -159,7 +159,7 @@ jobs: lint: name: Lint JS + CSS - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 timeout-minutes: 20 if: ${{ github.repository == 'nk-crew/ghostkit' || github.event_name == 'pull_request' }} @@ -177,7 +177,7 @@ jobs: phpcs: name: PHP coding standards - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 timeout-minutes: 20 if: ${{ github.repository == 'nk-crew/ghostkit' || github.event_name == 'pull_request' }}