Skip to content

Get the action using the actionCode key, instead of action #21

Get the action using the actionCode key, instead of action

Get the action using the actionCode key, instead of action #21

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_extensions: sockets
- run: composer exec phpunit -v -- --bootstrap vendor/autoload.php test