Skip to content

Bump js-yaml in the npm_and_yarn group across 1 directory #146

Bump js-yaml in the npm_and_yarn group across 1 directory

Bump js-yaml in the npm_and_yarn group across 1 directory #146

name: Integration Tests
on: [push]
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Composer dependencies
run: composer install
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install Node dependencies
run: npm ci
- name: Start WordPress Environment
run: npm run wp-env start
- name: Run Testsuite
run: npm run test-php-integration