Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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:
Expand Down Expand Up @@ -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' }}

Expand All @@ -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' }}

Expand Down
Loading