Skip to content

Adding CI tests

Adding CI tests #1

Workflow file for this run

name: CI
on:
pull_request:
jobs:
php-tests:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Run general tests
uses: alleyinteractive/action-test-general@develop
- name: Run PHP Tests
uses: alleyinteractive/action-test-php@develop
with:
skip-services: 'true'
wordpress-version: 'false'