Skip to content

test: skip Disputes integration tests (sandbox not provisioned, 401) … #92

test: skip Disputes integration tests (sandbox not provisioned, 401) …

test: skip Disputes integration tests (sandbox not provisioned, 401) … #92

Workflow file for this run

name: ci
on: [push]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
- name: Install tools
run: |
composer install
- name: Build
run: |
composer build
- name: Analyze
run: |
composer analyze
test:
runs-on: ubuntu-latest
env:
TEST_SQUARE_TOKEN: ${{ secrets.TEST_SQUARE_TOKEN }}
TEST_SQUARE_REPORTING: ${{ secrets.TEST_SQUARE_REPORTING }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
- name: Install tools
run: |
composer install
- name: Run Tests
run: |
composer test