Skip to content

refactor: update tax category structure in invoice mappers and tests #13

refactor: update tax category structure in invoice mappers and tests

refactor: update tax category structure in invoice mappers and tests #13

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: mbstring, xml, ctype, json, curl, openssl
- name: Install Composer dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run PHPUnit tests
run: vendor/bin/phpunit tests