Skip to content

fix: LotId do was not filled when the setLotId method was not called.… #93

fix: LotId do was not filled when the setLotId method was not called.…

fix: LotId do was not filled when the setLotId method was not called.… #93

Workflow file for this run

name: Tests
on:
push:
branches: [ "master", "stage" ]
pull_request:
branches: [ "master", "stage" ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: composer:v2
coverage: xdebug
- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader
- name: Tests
run: composer test