Skip to content

feat(deps-dev): Bump @seamapi/types from 1.264.2 to 1.266.0 in the seam group #307

feat(deps-dev): Bump @seamapi/types from 1.264.2 to 1.266.0 in the seam group

feat(deps-dev): Bump @seamapi/types from 1.264.2 to 1.266.0 in the seam group #307

Workflow file for this run

name: PHP Test
on: ['pull_request']
jobs:
test:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Run PHP Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- run: composer install
- run: composer exec phpunit tests
env:
SEAM_API_KEY: ${{ secrets.SEAM_API_KEY }}