Proposal: Add support for function arguments to be passed in the same line as the function #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
jobs: | |
php-tests: | |
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' |