Skip to content

test: match NodeList for strict type #64

test: match NodeList for strict type

test: match NodeList for strict type #64

Workflow file for this run

name: Unit Test
on:
workflow_dispatch: {}
schedule:
- cron: 0 12 10 * *
push:
branches:
- main
paths-ignore:
- "docs/**"
- package.json
- package-lock.json
- "*.md"
pull_request:
branches:
- main
paths-ignore:
- "docs/**"
- package.json
- package-lock.json
- "*.md"
jobs:
unit-test:
strategy:
matrix:
php_version:
- 7.4
- 8.1
- 8.2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: mage-os/github-actions/unit-test@main
with:
php_version: ${{ matrix.php_version }}
composer_auth: ${{ secrets.COMPOSER_AUTH }}
test_command: composer run unit-test