JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "ci-master.yml"
Full Path: /var/www/laravel_filter/vendor/mercadopago/dx-php/.github/workflows/ci-master.yml
File size: 480 bytes
MIME-type: text/plain
Charset: utf-8
name: CI master V3
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install dependencies
run: composer install
- name: Run unit tests
run: vendor/bin/phpunit --testsuite "Unit Tests"