Skip to content

fix: Reducing observation time on tasks to avoid bugs in rescheduling #18

fix: Reducing observation time on tasks to avoid bugs in rescheduling

fix: Reducing observation time on tasks to avoid bugs in rescheduling #18

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@master
env:
CRONJOB_TASKS_DIR: /app/tests/Mocks/Tasks
with:
php_version: 8.3
version: 12
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: tests