Skip to content

feat: LAR 10 Send a Telegram notification for articles that are submi… #6

feat: LAR 10 Send a Telegram notification for articles that are submi…

feat: LAR 10 Send a Telegram notification for articles that are submi… #6

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
tools: composer:v2
coverage: none
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction
- name: Execute tests
run: composer pest