Skip to content

Apply SDK copywriting handoff: restructured README with AEO sections,… #1

Apply SDK copywriting handoff: restructured README with AEO sections,…

Apply SDK copywriting handoff: restructured README with AEO sections,… #1

Workflow file for this run

name: Build and test
on:
push:
pull_request:
permissions:
contents: read
jobs:
build-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install
run: composer install --no-interaction --prefer-dist
- name: Test
env:
VIRTUALSMS_TEST_API_KEY: ${{ secrets.VIRTUALSMS_TEST_API_KEY }}
run: composer test || vendor/bin/phpunit