Skip to content

refactor: reduce sms send time to 1 second #10

refactor: reduce sms send time to 1 second

refactor: reduce sms send time to 1 second #10

Workflow file for this run

name: CI Test Package
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Test Package
uses: php-actions/phpunit@master
with:
version: 11.2
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --no-coverage --testdox