Skip to content

Add tests for the backup pipes #134

Add tests for the backup pipes

Add tests for the backup pipes #134

Workflow file for this run

name: Test
on: ["push", "pull_request"]
jobs:
pest:
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: ./vendor/bin/pest --ci