Skip to content

fix(setup-wp-env): action path #6

fix(setup-wp-env): action path

fix(setup-wp-env): action path #6

Workflow file for this run

name: Test Actions
on: [pull_request, workflow_dispatch]
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-wp-env:
name: Setup WP Env
runs-on: ubuntu-latest
if: startsWith( github.repository, 'elementor/' )
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup WP Env
uses: ./.github/actions/setup-wp-env
with:
php: '8.0'
wp: '6.6'
themes: 'https://downloads.wordpress.org/theme/hello-elementor.zip'
active-theme: 'hello-elementor'